Azzera filtri
Azzera filtri

How do you set the spacing between tickmarks?

3 visualizzazioni (ultimi 30 giorni)
Emily Smith
Emily Smith il 7 Ott 2016
Risposto: Star Strider il 7 Ott 2016
I would like to set the spacing between the tickmarks on a plot a numerical value. So that 1 unit on the plot = a set numerical value(preferably in centimeters), and will not be resized by MatLab. MatLab keeps resizing my figures and it is messing up the scale.
i tried using set(gca,'Ticklength',[0.01,0.01]) but i realized this is not for the spacing between the tickmarks.
Thank you!

Risposte (1)

Star Strider
Star Strider il 7 Ott 2016
See the 'Units' property of Axes Properties. Setting it to 'centimeters' might be what you want.
The current online documentation is for R2016b, but I remember this from earlier versions.

Categorie

Scopri di più su Axes Appearance in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by