problem to show the axis
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
hello to u! i have a problem when i make a plot of graph and in 'y' axis i have parameters between 0:300 and i want to show on the plot graph only the parametes between 0:10 how do i do that? thanks alot!
Respuestas (2)
Walter Roberson
el 17 de Jun. de 2011
0 votos
itsik
el 17 de Jun. de 2011
0 votos
2 comentarios
Walter Roberson
el 17 de Jun. de 2011
After that plot() statement,
ylim([0 10])
Yella
el 18 de Jun. de 2011
help xlim ..... u get all type of syntaxes for xlim ylim and zlim...
HTH
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!