Development Environment |
Loading a Saved Workspace and Importing Data
To load saved variables into the workspace:
Function Alternative
Use load
to open a saved workspace. For example,
loads all workspace variables from the file june10.mat
.
Importing Data
MATLAB provides other methods and functions for loading information. You can use one of these methods, the Import Wizard, from the Workspace browser--select Edit -> Paste Special or use Ctrl+V to import data to MATLAB using the Import Wizard. For more information on the Import Wizard and other methods for loading information, see Importing and Exporting Data.
Saving the Current Workspace | Changing and Copying Variable Names |