Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Save the data in an Excel file; put the variable name at the top.

In MATLAB, select "Import Data" (under the HOME tab), and select the Excel file

Check the Import settings, and click the green tick above "Import Selection". (In the image below, the values for the timetrend are selected in light blue, and the bold "t" is the variable name where the values will be saved in matlab. "t" is taken from the column header).

Close the Import GUI. You should see a variable in the workspace.

You can check by plotting the variable, as with the command below (assuming the variable is called "t"):

>> figure, plot(t)

 

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.