필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

GUI - Forward data inside an GUI

조회 수: 1 (최근 30일)
Thomas
Thomas 2012년 10월 15일
마감: MATLAB Answer Bot 2021년 8월 20일
I have a GUI with two sliders and one button.
I want to store the slider positions inside the GUI, to be used in the button callback-function. Therefore I stored the data of the slider positions with "guidata" and tried to obtain these data again with the "guidata" command.
But now the problem occurs that both, slider one and two, have the same handle called "hObject". And if I want to obtain the data, I get only the last stored with "guidata" and it seems to be impossible to rename the handle of the sliders, e.g. in "hObject1" and "hObject2", so that "guidata" can distinguish between slider one and two.
Has someone a idea how I can store the values of the sliders and forward them to the button?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by