How can I make tick labels on my plot follow the short eng format in MATLAB 7.9 (R2009b)?
4 views (last 30 days)
Show older comments
At the command line, I can specify display formats such as short, long, shorteng, or longeng. I would like to have the tick labels on my plots follow those formats as well.
Accepted Answer
MathWorks Support Team
on 3 May 2010
One method of specifying custom formats involves collecting tick values, reformatting them, and then applying the reformatted values to the plot axes. The attached file demonstrates this method.
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!