メインコンテンツ

matlabshared.mldatx.getDescription

MLDATX ファイルの説明を取得する

R2025a 以降

    説明

    matlabshared.mldatx.getDescription(filename) は、filename という名前の MLDATX ファイルの説明を返します。

    すべて折りたたむ

    MLDATX ファイルには、シミュレーション データ インスペクター セッション、信号アナライザー セッション、Simulink Test の結果など、さまざまな目的のデータを格納できます。特定の MLDATX ファイルに格納されているデータの説明を取得するには、matlabshared.mldatx.getDescription 関数を使用します。

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

    入力引数

    すべて折りたたむ

    クエリする MLDATX ファイル。string または文字ベクトルとして指定します。

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

    バージョン履歴

    R2025a で導入