External Interfaces |
Specify the name of the record file
Description
You configure RecordName
to be the name of the record file. You can specify any value for RecordName
- including a directory path - provided the filename is supported by your operating system.
MATLAB supports any filename supported by your operating system. However, if you access the file through MATLAB, you might need to specify the filename using single quotes. For example, suppose you name the record file My Record.txt
. To type this file at the MATLAB command line, you must include the name in quotes.
You can specify whether data and event information are saved to one disk file or to multiple disk files with the RecordMode
property. If RecordMode
is index
, then the filename follows a prescribed set of rules. Refer to Specifying a Filename for a description of these rules.
You can configure RecordName
only when the object is not recording. You terminate recording with the record
function. An object that is not recording has a RecordStatus
property value of off
.
Characteristics
Read only |
While recording |
Data type |
String |
Values
The default record filename is record.txt
.
Functions
Properties
RecordDetail
, RecordMode
, RecordStatus
RecordMode | RecordStatus |
© 1994-2005 The MathWorks, Inc.