Tagged: example

delete

delete Delete file or graphics object. delete file_name deletes the named file from disk. Wildcards may be used. For example, delete *.p deletes all P-files from the current directory. Use the functional form of...

addpath

addpath Add directory to search path. addpath DIRNAME prepends the specified directory to the current matlabpath. Surround the DIRNAME in quotes if the name contains a space. addpath DIR1 DIR2 DIR3 … prepends all...

MATLAB Desktop

When you start MATLAB, the MATLAB desktop appears, containing tools (graphical user interfaces) for managing files, variables, and applications associated with MATLAB. The first time MATLAB starts, the desktop appears as shown in the...