quit · retrieveaudit · saveaudit
Interpreter Management
- saveaudit()
Not completely implemented at this time. Saves all commands executed by the interpreter.
Not completely implemented at this time. Saves all commands executed by the interpreter.
Not supported. Instead: use MATLAB’s
diaryfunction to save the command history, or use MATLAB’shistoryfunction to view it.
- retrieveaudit()
Not completely implemented at this time. See
saveaudit().Not completely implemented at this time. See
saveaudit().Not completely implemented at this time. See
saveaudit().
- quit()
Exits the program. Can be used as the action of a button. If edit buffers are open you will be asked if you wish to save them before the final exit.
Exits the program. Can be used as the action of a button. If edit buffers are open you will be asked if you wish to save them before the final exit.
- Syntax:
n.quit()
Description:
Exits the program and MATLAB.