Main Content

matlabshared.mldatx.getDescription

Get description of MLDATX file

Since R2025a

    Description

    matlabshared.mldatx.getDescription(filename) returns a description of the MLDATX file named filename.

    example

    Examples

    collapse all

    MLDATX files can store data for many different purposes, such as Simulation Data Inspector sessions, Signal Analyzer sessions, or Simulink test results. To get a description of the data stored in a particular MLDATX file, use the matlabshared.mldatx.getDescription function.

    matlabshared.mldatx.getDescription("myFile.mldatx")
    ans =
    
        'Contains Simulation Data Inspector data.'

    Input Arguments

    collapse all

    MLDATX file to query, specified as a string or character vector.

    Example: matlabshared.mldatx.getDescription("myFile.mldatx")

    Version History

    Introduced in R2025a