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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Develop 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