Significant digits in a matlab figure
Show older comments
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)
plot(rand(1,20))
grid on
xtickformat('%.3f')
Categories
Find more on Data Type Conversion 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!