convertToSLDataset
Convert contents of MAT-file to Simulink.SimulationData.Dataset
object
Syntax
Description
success=convertToSLDataset(
converts
the contents of a MAT-file (source
,destination
)source
) to a destination
MAT-file (destination
).
names
the dataset success
=convertToSLDataset(source
,destination
,datasetname
)datasetname
.
When converting structure signal data, the function names the
signal using the value contained in the label field of the structure
signal field, such as: mySignal.signal(1).label
.
This function ignores time expressions in source.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016a