convertToSLDataset
Convert contents of MAT file to Simulink.SimulationData.Dataset
object in another MAT file
Description
converts the contents of the MAT file s
= convertToSLDataset(source
,destination
)source
to the destination
MAT file destination
.
names the s
= convertToSLDataset(source
,destination
,dsname
)Simulink.SimulationData.Dataset
object in the destination
file according to the name dsname
.
When converting structure data, the function names each element in the
Dataset
object using the value 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