Figure Tick Marks and Axes Properties in Matlab 2019

12 ビュー (過去 30 日間)
MW
MW 2019 年 7 月 22 日
コメント済み: David 2020 年 7 月 3 日
In the previous version of Matlab (e.g. 2017), one could go to the axes properties and change the scale of major and minor marks. For example in this figure the major tick marks appear at 50. The interface of Matlab 2019 is quite new, how do we change the x axis tick marks now?
Major ticks correspond to 10 divisions
Minor ticks to 2 divisions.
The current automatic setting show major ticks at 50 units.
Thanks.

採用された回答

Navya Seelam
Navya Seelam 2019 年 7 月 25 日
Hi,
Use “xticks” to have major ticks at desired positions
xticks([0:10:300]);
In order to have minor ticks check the XMinorTick in Property Inspector
Property Inspector->Ticks->XMinorTick
  1 件のコメント
David
David 2020 年 7 月 3 日
Is there a way to specify the number of minor ticks between each major tick? I see how to turn the minor ticks on, but its not clear how to change the number of minor ticks.
David Burdige

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGrid Lines, Tick Values, and Labels についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by