Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Multiple fgures in the same GUI?

1 回表示 (過去 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