Significant digits in a matlab figure

96 views (last 30 days)
Michael Angeles
Michael Angeles on 1 Mar 2023
Answered: Les Beckham on 1 Mar 2023
I have matlab figure, I want to set the significant digits to display 3 on the x-axis, how does one set this when creating a figure in matlab.

Answers (1)

Les Beckham
Les Beckham on 1 Mar 2023
plot(rand(1,20))
grid on
xtickformat('%.3f')

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!