Info

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

Multiple fgures in the same GUI?

조회 수: 3 (최근 30일)
Daniele Morello
Daniele Morello 2015년 9월 14일
마감: MATLAB Answer Bot 2021년 8월 20일
hi everyone, it's possible to create a single GUI with multiple figures? I don't want create others GUIs. I would explore them like spreadsheets in Excel using some buttons, each button corresponds to a specified figure.

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 14일
GUIDE is not designed for multiple figures, but you can certainly write code like that yourself. If you use a handles structure make sure that you fetch it relative to the right figure, as guidata() is stored per-figure.

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

Community Treasure Hunt

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

Start Hunting!

Translated by