Figure Tick Marks and Axes Properties in Matlab 2019

14 vues (au cours des 30 derniers jours)
MW
MW le 22 Juil 2019
Commenté : David le 3 Juil 2020
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.

Réponse acceptée

Navya Seelam
Navya Seelam le 25 Juil 2019
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 commentaire
David
David le 3 Juil 2020
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

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by