[Master Index]

Index for /tools/hpmatlab/toolbox/matlab/lang

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON

Matlab files in this Directory

Contents       Language constructs and debugging.
break          BREAK	Terminate the execution of a loop.
dbclear        DBCLEAR Remove an M-file breakpoint set by the DBSTOP command.
dbcont         DBCONT	Resume execution from the current breakpoint.
dbdown         DBDOWN	Change the local workspace context to the called M-file function.
dbquit         DBQUIT	Quit debug mode.
dbstack        DBSTACK	List who called whom from M-file breakpoint to base workspace.
dbstatus       DBSTATUS List all the breakpoints in an M-file function.
dbstep         DBSTEP	Execute one or more MATLAB lines of code when in MATLAB debug mode.
dbstop         DBSTOP	Set breakpoint in MATLAB M-file function.
dbtype         DBTYPE	List an M-file with line numbers.
dbup           DBUP	Change the local workspace context to the M-file function caller.
debug          Debugging commands.
else           ELSE	Used with IF.
elseif         ELSEIF	Used with IF.
end            END 	Terminates the scope of FOR, WHILE and IF statements.
error          ERROR	Display message and abort function.
eval           EVAL	Execute string containing MATLAB expression.
feval          FEVAL	Function evaluation.
for            FOR 	Repeat statements a specific number of times.
function       FUNCTION Function M-files.
global         GLOBAL	Define global variables.
if             IF  	Conditionally execute statements.
input          INPUT	Prompt for user input. 
keyboard       KEYBOARD Invoke the keyboard as if it were a Script-file.
lasterr        LASTERR Last error message.
menu           MENU	Generate a menu of choices for user input.
mexdebug       MEXDEBUG Enable MEX-file debugging.
nargchk        NARGCHK  Check number of input arguments. 
pause          PAUSE	Wait for user response.
return         RETURN	Return to invoking function.
script         SCRIPT	Scripts M-files.
while          WHILE	Repeat statements an indefinite number of times.