problem to show the axis
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
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!
0 个评论
回答(2 个)
itsik
2011-6-17
0 个投票
2 个评论
Walter Roberson
2011-6-17
After that plot() statement,
ylim([0 10])
Yella
2011-6-18
help xlim ..... u get all type of syntaxes for xlim ylim and zlim...
HTH
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!