Workspace variables and MAT-file
- | - |
---|---|
load | Load file variables into the workspace |
save | Save workspace variables to a file |
matfile | Access and change variables in a MAT-file without loading the file into memory |
disp | Display the value of the variable |
formattedDisplayText | Capture display output as a string |
who | List variables in the workspace |
whos | List variables in the workspace with their size and type |
clear | Delete items from the workspace and release system memory |
clearvars | Clear variables in memory |
openvar | Open a workspace variable in the variable editor or other graphical editing tools |
Workspace Browser | Open the Workspace Browser to manage the workspace |
Comments