For a detailed explanation and examples for each of the following type ‘help function’ (without quotes) at the MATLAB prompt.
Command/Function |
Meaning |
clc |
Clear Command Window |
clear |
Remove items from workspace |
who, whos |
List variables in workspace |
workspace |
Display Workspace browser |
cd |
Change working directory |
pwd |
Display current directory |
computer |
Identify information about computer on which MATLAB is running |
ver |
Display version information for MathWorks products |
quit |
Terminate MATLAB |
exit |
Terminate MATLAB (same as quit) |
- 1237 reads