フィルターのクリア

How to set matlab general preference of initial working folder and deleting files programatically ?

2 ビュー (過去 30 日間)
I need the syntax of programatically setting matlab general preferences of working folder and deleting files. I have seen some syntaxes of using settings object to access matfile version to be saved and editor related preferences. If anybody have idea of doing this programatically please share your thoughts.

回答 (1 件)

Ishan Gupta
Ishan Gupta 2022 年 7 月 28 日
Eg: to save matfiles as version 7.3
s = settings;
s.matlab.general.matfile.SaveFormat.TemporaryValue = 'v7.3';
You can refer to this documentation for more details.
https://in.mathworks.com/help/releases/R2020a/matlab/matlab_external/access-and-modify-settings.html

カテゴリ

Help Center および File ExchangeMATLAB Code Analysis についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by