Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
what axis will do ??
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
what the axis will do ??
eg. axis(x1,x2,y1,y2)
0 comentarios
Respuestas (1)
madhan ravi
el 4 de Dic. de 2018
Editada: madhan ravi
el 4 de Dic. de 2018
Read axis()
the axis specifies the limits for the current axes.
just try the below example
axis(1,10,2,11) % x axis goes from 1 to 10 and y from 2 to 11
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!