Significant digits in a matlab figure

조회 수: 109 (최근 30일)
Michael Angeles
Michael Angeles 2023년 3월 1일
답변: Les Beckham 2023년 3월 1일
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.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by