subplots in App Designer.
Afficher commentaires plus anciens
I am developing a GUI which has two Axes, UIAxes2, and UIAxes. UIAxes2 has single plot and it works fine. But UIAxes, should have 3x2 subplots and no matter what I do I can not get to populate UIAxes and instead the plots go on a separate figure. With Guide I was able to achieve this, by doing "axes(UIAxes)" and then do subplot(3,2,1) etc. But the same does not seem to work with App Designer as it gives error when I try "axes(UIAxes)". Please help. Thanks in advance.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Subplots dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!