
Workspace Browser and Array Editor
Workspace Browser and Array Editor
In this section.. .
“Workspace Browser” on page 7-17
“Array Editor” on page 7-18
Workspace Browser
The M ATLAB workspace consis ts of the set of variables ( named arrays) built
up during a MATLAB session and stored in memory. You add variables to the
workspace by using functions, running M-files, and loading saved work spaces.
To view the workspace and information about e ach variable, use the
Workspace browser, or use the functions
who and whos.
To delete variables from the workspa ce, select the variables and select
Edit > D elete. Alternatively, use the
clear function.
The workspace is not m aintaine d after you end the MATLAB session. To save
the workspace to a file that can be read during a later MATLAB session,
select File > Save,orusethe
save function. This saves the workspace to a
binary file called a MAT-file, which has a
.mat extension. You can use options
7-17
Kommentare zu diesen Handbüchern