Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

Jannik
Jannik il 1 Dic 2017
Modificato: Jannik il 1 Dic 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;

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by