diary

March 6th, 2008 Posted in Functions

text of MATLAB .
DIARY filename causes a copy of all subsequent input and most of the resulting output to be appended to the named file. no file is specified, the file ‘diary’ is used.

DIARY OFF suspends it.
DIARY ON turns it back on.
DIARY, by itself, toggles the diary state.

Use the functional form of DIARY, such as DIARY(‘file’),
when the file name is stored in a string.

Leave a Reply

You must be logged in to post a comment.