transform
Syntax
Description
transforms one or more input datastores using the transformation function
dsnew
= transform(ds1,ds2,...,dsN
,@fcn
)fcn
and returns the transformed datastore dsnew
.
fcn
can be placed before or after all of the input datastores in the
call to the transform
function.
uses an alternative definition of the transform function dsnew
= transform(ds1,ds2,...,dsN
,@fcn
,'IncludeInfo',IncludeInfo
)fcn
. The
alternative definition enables you to use the additional information returned by the
read
function of the datastore.
Input Arguments
Output Arguments
Version History
Introduced in R2025a
See Also
simulink.multisim.DesignStudy
| simulink.multisim.MultisimDatastore
| combine
| simulink.multisim.DesignStudy
| hasdata
| read
| readall
| reset
| preview
| progress
| numpartitions