Tagged: windows

Introduction to Vectors in Matlab

Defining a Vector Matlab is a software package that makes it easier for you to enter matrices and vectors, and manipulate them. The interface follows a language that is designed to look a lot...

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

pack

pack Consolidate workspace memory. pack performs memory garbage collection. Extended MATLAB sessions may cause memory to become fragmented, preventing large variables from being stored. pack is a command that saves all variables on disk,...

computer

computer Computer type. computer returns a string containing the name of the computer on which MATLAB is executing. Possibilities are: ISPC ISUNIX PCWIN – MS-Windows 1 0 SOL2 – Sun Sparc (Solaris 2) 0...

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