フィルターのクリア

Read Matlab settings form matlab.mlsettings

21 ビュー (過去 30 日間)
Marco Pasquali
Marco Pasquali 2020 年 12 月 18 日
回答済み: Marco Pasquali 2020 年 12 月 22 日
Starting with Matlab R2020a, Mathworks switched from matlab.settings, a plain text-file with a xml structure, to matlab.mlsettings, a binary file with no known (to me!) structure. Since I used the old file to get some useful informations about the Matlab instance (in order to integrate some external application), I would like to know how to read/import/understand the new file.

採用された回答

Marco Pasquali
Marco Pasquali 2020 年 12 月 22 日
After some research, I can answer my own question: `matlab.mlsettings` can be simply unzipped to recover the informations needed. The uncompressed archive is composed of several folders, each with some plain-text file with data encoded in a json-like structure.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Report Generator についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by