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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment