Contents  
Functions  
Index
 
 PDF |
commmode('CommandFcn','ChainOfCommands')
Description| italic | standard names for numerical or string values |
| () | same as italic but used for the on-line rather than HTML help |
| [c1,c2] | alternatives for a command (separated by commas) |
| q,quit | exits the command mode provided by commode but not MATLAB |
| script FName | reads the file FName line by line and executes the lines as command strings |
| %comment | all characters after a % and before the next line are ignored |
| [] | brackets can be used to build matrices |
| ; | separate commands (unless within brackets to build a matrix) |