How to plot like this graph?
Show older comments
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 Comments
David Hill
on 26 Jul 2022
Walter Roberson
on 26 Jul 2022
To force thd 10^3 then
ax = gca;
ax.YAxis.Exponent = 3;
dpb
on 26 Jul 2022
Accepted Answer
More Answers (0)
Categories
Find more on Axes Appearance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!