External Interfaces |
Creating Multiple Record Files
When you initiate recording with the record
function, the RecordMode
property determines if a new record file is created or if new information is appended to an existing record file.
You can configure RecordMode
to overwrite
, append
, or index
. If RecordMode
is overwrite
, then the record file is overwritten each time recording is initiated. If RecordMode
is append
, then the new information is appended to the file specified by RecordName
. If RecordMode
is index
, a different disk file is created each time recording is initiated. The rules for specifying a record filename are discussed in the next section.
Debugging: Recording Information to Disk | Specifying a Filename |
© 1994-2005 The MathWorks, Inc.