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!