How to reset variables in MATLAB GUI?

조회 수: 4 (최근 30일)
Tara Prasad Mishra
Tara Prasad Mishra 2017년 7월 7일
댓글: Adam 2017년 7월 10일
I am developing a MATLAB GUI using app designer. I want to create a button which deletes specific variables. The variables are initially set using the setappdata function.
  댓글 수: 4
Image Analyst
Image Analyst 2017년 7월 8일
Hard, or impossible, to say without seeing your code.
Adam
Adam 2017년 7월 10일
I've only really used appdesigner once, but apart from its annoying way of not allowing you to edit parts of the code it creates it is just based on a class whose entire purpose is to share data between its functions.
Show the code that you have, as Image Analyst says, to enable people to be more help.

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

답변 (1개)

Jan
Jan 2017년 7월 8일
It depends on what "delete" means.
You do not create variables by the setappdata command, but this function stores the contents of the variables in the ApplicationData of a GUI element. Afterwards you can remove the entry by rmappdata, as mentioned in the documentation of setappdata.

카테고리

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