How to plot like this graph?
Ältere Kommentare anzeigen
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 Kommentare
David Hill
am 26 Jul. 2022
Walter Roberson
am 26 Jul. 2022
To force thd 10^3 then
ax = gca;
ax.YAxis.Exponent = 3;
dpb
am 26 Jul. 2022
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Axes Appearance finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
