How to plot like this graph?
古いコメントを表示
I have data for these elements but I get mistake when I tried to plot. I want code for it
how can I write *10^3 on y-axis
thanks
3 件のコメント
David Hill
2022 年 7 月 26 日
Walter Roberson
2022 年 7 月 26 日
To force thd 10^3 then
ax = gca;
ax.YAxis.Exponent = 3;
dpb
2022 年 7 月 26 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Axes Appearance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
