Change Resolution (step size) of axes
古いコメントを表示
I wanted to know how to change the step size of the axes in a matlab plot (for eg if the range on Y axis is 0-A, and i want to have markings on ya axis in the steps of A/10 how do tell matlab to do that)
採用された回答
その他の回答 (1 件)
TADA
2020 年 7 月 1 日
0 投票
plot(1:10); ylim([1,10]); yticks(1:10);
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!