필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Jannik
Jannik 2017년 11월 23일
편집: Jannik 2017년 12월 1일
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