Tagged: return

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

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

beep

beep Produce beep sound. beep produces a beep sound. beep ON turns the beep on. beep OFF turns the beep off. S = beep returns the beep status: ‘on’ or ‘off’.

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