You are here

Useful Commands and Functions

20 January, 2016 - 09:21

For a detailed explanation and examples for each of the following type ‘help function’ (without quotes) at the MATLAB prompt.

Table 1.1 Useful commands and functions

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)