Matlab GUIDE: how to deal with multiple overlapping panels

8 vues (au cours des 30 derniers jours)
Marco
Marco le 22 Juil 2016
Hello everybody,
I am implementing a sequential procedure, like a sort of "wizards", with Matlab GUIDE where the user should be able to navigate through different panels by pushing the "Next" and "Back" buttons.
Which is the best way to deal with it? I was thinking about overlapping panels I can set to "Visible = on/off" through buttons callback but I don't know if it's possible to do it with GUIDE and, in case, how to do it.
Thanks for your help.
Marco

Réponses (1)

Johannes Korsawe
Johannes Korsawe le 2 Août 2016
It IS possible to do it via on/off. But then you will have to place all panels above each other which makes it not so nice to edit them in guide. But it IS possible and you could just define a sequence of panel handles and by pressing next/back, you can just make the actual be visible and all others not.
Another option would be the use of a tabbed panel (uitabgroup) and to define multiple tabs (uitab) which are to be switched one after another. But as far as i know the design of the single tabs cannot be done via guide but has to be done programmatically.

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by