grid on in gui
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
HI,
I have six axes in my gui, and I want that everyone of them will be with grid on. simple command grid on, apply only on one of the plots randomly at each run.
how to resolve this?
thanks,
0 commentaires
Réponse acceptée
Sebastian Holmqvist
le 11 Juil 2012
axes_handle = axes(n)
plot(x, y)
grid(axes_handle, 'on')
0 commentaires
Plus de réponses (3)
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!