Loading and Saving Variables GUI

조회 수: 4 (최근 30일)
MZ123
MZ123 2019년 9월 11일
댓글: Rik 2019년 9월 12일
Hello,
I'd like to build a GUI in which some .mat files are loaded at the opening of the GUI, then some operations are performed by the user, and finally some variables are saved again as .mat files ( an updated version of the previous loaded) ready for a new run of the GUI.
I'm reading too much documentation on GUIDE, AppDesigner or programmaticaly through code and I'm very confused. I don't understand which way is the best to follow and how to set the correct strategy. Now I think I'm mixing too things, adding global variables and so on.
Since the GUI will be used by other people than me, I would like to understand how to manage the command load and save variables and which GUI environment is better to use.
Thank you for your help.
  댓글 수: 3
Stephen23
Stephen23 2019년 9월 12일
I agree with Rik: it really is much easier to write your own GUI: you get more control over functionality, more flexibility (e.g. nested functions to pass data between callbacks), and more compact code. Also:
  • Always obtain and refer to explicit handles for all graphics objects. Do not assume that gca, gcf, etc. will refer to the objects you need.
Rik
Rik 2019년 9월 12일
@Stephen, good point. I'll add it to my autohotkey file.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by