ee_comtradeDataset
Syntax
Description
reads the dataset
= ee_comtradeDataset(comtradeRecordName
)comtradeRecordName
COMTRADE record and outputs a
dataset
structure with the configuration, header, data, and
information properties.
To export the data channel signals to a format compatible with the Simulink Signal
Editor block, use the exportMATFile
method to create a
myComtradeRecordName.mat
file:
exportMATFile(dataset);
reads the header file of the dataset
= ee_comtradeDataset(comtradeRecordName
,'HeaderFileType',filetype
)comtradeRecordName
COMTRADE record
as a file of the extension specified by filetype
, and outputs a
dataset
structure with configuration, header, data, and
information properties.
Input Arguments
Output Arguments
Version History
Introduced in R2020b