dir
dir List directory. dir directory_name lists the files in a directory. Pathnames and wildcards may be used. For example, dir *.m lists all the M-files in the current directory. D = dir(‘directory_name’) returns the...
Matlab Simulink Examples
dir List directory. dir directory_name lists the files in a directory. Pathnames and wildcards may be used. For example, dir *.m lists all the M-files in the current directory. D = dir(‘directory_name’) returns the...
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...
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...
Follow:
More