matlab.io.datastore.MLDATXSignalDatastore
Description
A matlab.io.datastore.MLDATXSignalDatastore object lets you read
and process big data saved in an MLDATX file. When individual signals saved in an MLDATX file
are too large to fit into memory, refer to the data through an
MLDATXSignalDatastore object. The data from the
MLDATXSignalDatastore object loads incrementally in chunks that fit into
memory. With this incremental loading, you can:
Load the stored data into a Simulink® model workspace during simulation.
Load signal data from an MLDATX file to the MATLAB workspace for processing without Simulink.
Creation
Create a matlab.io.Datstore.MLDATXSignalDatastore object using the
getAsDatastore
function. getAsDatastore returns a
Simulink.SimulationData.Signal object that contains the datastore object.
Properties
Object Functions
Examples
Version History
Introduced in R2026a