フィルターのクリア

matlab R2016b standalone gui: start with the approach form the last season

1 回表示 (過去 30 日間)
Jannik
Jannik 2017 年 11 月 23 日
編集済み: Jannik 2017 年 12 月 1 日
hey i created an gui application and want that the last Approach will be saved until the next start of the program. all values i want to save are double. any possibility? something like a Log File?

採用された回答

Jannik
Jannik 2017 年 12 月 1 日
編集済み: Jannik 2017 年 12 月 1 日
i solved it by creating a .mat file including all Settings
global settings %lade die gespeicherten einstellungen
try
sdf = load('customSettings.mat');
catch
sdf = load('defaultSettings.mat');
end
settings = sdf.settings;

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by