How to plot like this graph?
Afficher commentaires plus anciens
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 commentaires
David Hill
le 26 Juil 2022
Walter Roberson
le 26 Juil 2022
To force thd 10^3 then
ax = gca;
ax.YAxis.Exponent = 3;
dpb
le 26 Juil 2022
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
