How to plot like this graph?
Mostra commenti meno recenti
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 Commenti
David Hill
il 26 Lug 2022
Walter Roberson
il 26 Lug 2022
To force thd 10^3 then
ax = gca;
ax.YAxis.Exponent = 3;
dpb
il 26 Lug 2022
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Axes Appearance in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
