Materials Science solder project data plots
To get data from an Excel spreadsheet into MatLab 2012 workspace:
-
Type
clear all
andclc
into the command line to clear your workspace. -
File
-
Import Data
-
The Import Data manager tab will automatically open.
-
Drag your cursor over the data you want to import.
-
Click the green check that says import.
-
The data you selected will be imported as an array named
untitled.
-
Go to the workspace tab.
-
Right click the array named
untitled
. -
Re-name the array to something useful.
-
Repeat for other data sets.