how to make yticklabel show like this , exponent not like 4x10{6} or 3e4
1 回表示 (過去 30 日間)
古いコメントを表示
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159159/image.bmp)
0 件のコメント
採用された回答
Walter Roberson
2014 年 3 月 21 日
set(gca, 'YTickLabel', {'100', '-5 x 10^{6}', '0', '5 x 10^{6}', ....})
0 件のコメント
その他の回答 (2 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!