Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Multiple fgures in the same GUI?

1 visualización (últimos 30 días)
Daniele Morello
Daniele Morello el 14 de Sept. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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.

Respuestas (1)

Walter Roberson
Walter Roberson el 14 de Sept. de 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.

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by