grid on in gui
8 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Sebastian Holmqvist
am 11 Jul. 2012
axes_handle = axes(n)
plot(x, y)
grid(axes_handle, 'on')
0 Kommentare
Weitere Antworten (3)
Siehe auch
Kategorien
Mehr zu Subplots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!