Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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?

Respuesta aceptada

Jannik
Jannik el 1 de Dic. de 2017
Editada: Jannik el 1 de Dic. de 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;

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by