grid on in gui
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Sebastian Holmqvist
il 11 Lug 2012
axes_handle = axes(n)
plot(x, y)
grid(axes_handle, 'on')
0 Commenti
Più risposte (3)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!