Installation guide

MATLAB Workspace
Your variables are:
ACMRSc
>> whos
Name Size Bytes Class Attributes
A 4x4 128 double
C 1x3 348 cell
M 4x4x24 3072 double
R 3x4x5 480 double
S 1x3 826 struct
c 1x16 32 char
Use exist to see if the specified variable is in the w orkspace.
Saving the Current Workspace
The workspace is not maintained across MATLAB sessions. When you quit
MATLAB, the workspace is cleared. You can save any or all of the variables in
the current workspace to a MAT-file, which is a MATLAB specific binary file.
You can then load the MAT-file at a later time during the current or another
session to reuse the workspace variables. MAT-files use a
.mat extension.
Note The .mat extension i s also used by Microsoft Access.
Saving All Variables
To save all of the workspace variables using the Workspace browser,
1 From t h e File menu, select Save Workspace As, or click the Save button
in the Workspace browse r toolbar.
The Save dialog box opens.
2 Spec
ify the location and File name. MATLAB automatically sup plies the
.mat
extension.
3 Click Save.
5-5