Effacer les filtres
Effacer les filtres

Changing number of minor ticks between each integer

13 vues (au cours des 30 derniers jours)
Christopher Arreola
Christopher Arreola le 10 Déc 2021
I currently have 4 minor ticks between each number, which is the go to number matlab uses unless otherwise specified. How do I change it to just 1 tick mark between each number?
Here is graph, notice on x-axis it has 4 minor tick marks.
  1 commentaire
Christopher Arreola
Christopher Arreola le 10 Déc 2021
Got it to work using this
a.XAxis.MinorTickValues = 1:0.5:10;

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by