필터 지우기
필터 지우기

Saving feature in MATLAB App designer

조회 수: 2 (최근 30일)
tyler seudath
tyler seudath 2021년 2월 24일
답변: Mario Malic 2021년 2월 24일
Hi Everyone,
I created a multiple choice quiz on MATLAB app designer and I wanted to it is possible for users to save their work if they did not complete the quiz.
Thank you,
TS

답변 (1개)

Mario Malic
Mario Malic 2021년 2월 24일
Hello,
Since app can't be saved, you will need to save the quiz data into the .mat file, and load it next time the app is opened.
If there's only one user who runs the app on his pc, you can create .mat file with the quiz data, when the user clicks close button (https://www.mathworks.com/help/matlab/ref/matlab.ui.figureappd-properties.html#mw_298b0342-aa53-4f7d-a2f3-79a3451fb0a4 - CloseRequestFcn), and on startup, check if file exists, load it and fill the data.

카테고리

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