mldatx.io.File
Description
An mldatx.io.File object references signal data and metadata for
runs stored in an MLDATX file. Use the mldatx.io.File object to selectively
inspect signal metadata and load data to the workspace.
MLDATX files can be used to store different types of data such as Signal Analyzer sessions, Simulink® Test™ assessment data, or Simulation Data Inspector sessions. You can also configure a model to log simulation data directly to an MLDATX using the Log data to file configuration parameter. For more information about saving Simulation Data Inspector sessions, see Save and Share Simulation Data Inspector Data and Views.
Creation
Create an mldatx.io.File object using the mldatxfile
function.
Properties
Object Functions
load | Load data from MLDATX file to workspace |
getSignals | Create an interface to individual signals saved in MLDATX file |
getAsDatastore | Create datastore for processing big data stored in MLDATX file |
getRunCount | Get number of runs in MLDATX file |
getRunInfoByIndex | Get detailed metadata for run in MLDATX file |
listRuns | List runs in MLDATX file |
listSignals | List signals in MLDATX file |
Examples
Version History
Introduced in R2026a