grid on in gui
    10 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
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 comentarios
Respuesta aceptada
  Sebastian Holmqvist
      
 el 11 de Jul. de 2012
        axes_handle = axes(n)
plot(x, y)
grid(axes_handle, 'on')
0 comentarios
Más respuestas (3)
Ver también
Categorías
				Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


