getAsDatastore
Description
creates a datastore for interacting with data stored in the MLDATX file referenced by the
signalDS = getAsDatastore(mldatxFileObj,Name=Value)mldatx.io.File
object mldatxFileObj. Such a datastore lets you process data that is too
large to fit in memory. You must specify a subset of signals using one or more filtering
option name-value arguments.
The getAsDatastore function supports scalar signals, complex
signals, multidimensional signals, variable-size signals, and buses. The function returns a
Simulink.SimulationData.Signal object that
contains an MLDATXSignalDatastore object in its Values
property. Use the MLDATXSignalDatastore object to examine, load, and
process the selected data.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026a