Tagged: what

ver

Matlab Ver Command ver MATLAB, SIMULINK, and TOOLBOX version information. ver displays the current MATLAB and toolbox version numbers. ver(TOOLBOX_DIR) displays the current version information for the toolbox specified by the string TOOLBOX_DIR. For...

Path

path Get/set search path. PATH, by itself, prettyprints MATLAB’s current search path. The initial search path list is set by PATHDEF, and is perhaps individualized by STARTUP. P = path returns a string containing...

Manipulating Matrices

Matrices and Magic Squares In MATLAB, a matrix is a rectangular array of numbers. Special meaning is sometimes attached to 1-by-1 matrices, which are scalars, and to matrices with only one row or column,...

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...