Home page
Tuesday, July 15, 2014
Removing scientific notation in the tick label of a Matlab plot
here is the way you could manually set the tick labels yourself using sprintf:
yt
=
get
(
gca
,
'YTick'
);
set
(
gca
,
'YTickLabel'
,
sprintf
(
'%.4f|'
,
yt
))
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment