Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Jannik
Jannik le 23 Nov 2017
Modifié(e) : Jannik le 1 Déc 2017
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?

Réponse acceptée

Jannik
Jannik le 1 Déc 2017
Modifié(e) : Jannik le 1 Déc 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;

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by