Transform datastore
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.