problem to show the axis
Info
This question is closed. Reopen it to edit or answer.
Show older comments
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!
Answers (2)
Walter Roberson
on 17 Jun 2011
0 votes
itsik
on 17 Jun 2011
0 votes
2 Comments
Walter Roberson
on 17 Jun 2011
After that plot() statement,
ylim([0 10])
Yella
on 18 Jun 2011
help xlim ..... u get all type of syntaxes for xlim ylim and zlim...
HTH
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!