mldatxfile
Get mldatx.io.File representation of signal data saved in
MLDATX file
Since R2026a
Description
returns a fileObj = mldatxfile(fileName)mldatx.io.File
representation of signal data saved in an MLDATX file. Creating this representation is the
first step in loading data from the MLDATX file.
Once you create an mldatx.io.File object, use listRuns or
listSignals
to examine the runs or signals contained in the MLDATX file. Then, use load to
selectively import data to the workspace.
To save data in an MLDATX file:
Log simulation data to an MLDATX file during simulation. See Log data to file.
Save a Simulation Data Inspector session. See Save and Share Simulation Data Inspector Data and Views.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2026a