How to fix the scaling of axis?
27 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have a plot from matlab as show. However, I would like to format the scaling of y axis insuch a that upper limit is 1 and lower limit is 0.7. I have tried none of them works. Could you please help me so that I can truncate the plot by decimal place.
This will help me a lot.
Thanks in advance. Mahesh
0 件のコメント
採用された回答
Geoff Hayes
2014 年 11 月 25 日
ylim([0.7 1]);
5 件のコメント
Geoff Hayes
2014 年 11 月 25 日
Mahesh - but that is your choice to set the limits. Why 0.6 and not 0.7? What is 0.718 - the minimum value on the y-axis or something else?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!