Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Multiple fgures in the same GUI?

1 visualizzazione (ultimi 30 giorni)
Daniele Morello
Daniele Morello il 14 Set 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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.

Risposte (1)

Walter Roberson
Walter Roberson il 14 Set 2015
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.

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by