Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

Jannik
Jannik am 1 Dez. 2017
Bearbeitet: Jannik am 1 Dez. 2017
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;

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by