dsp.MatFileReader
Read MAT file
Description
The dsp.MatFileReader
System object™ reads V7.3 MAT files.
To read V7.3 MAT files:
Create the
dsp.MatFileReader
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Syntax
Description
returns a
System object, mfr
= dsp.MatFileReadermfr
, to read a stream of scalar data from a V7.3 MAT
file.
mfr = dsp.MatFileReader(
reads frames of MAT file data, using the specified file name, variable name, and frame
size.fname
,vname
,framesize
)
mfr = dsp.MatFileReader(___,
reads MAT file data with each specified property set to the specified value.Name,Value
)
Properties
Usage
Syntax
Description
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
Version History
Introduced in R2012b