How to plot like this graph?
Mostrar comentarios más antiguos
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 comentarios
David Hill
el 26 de Jul. de 2022
Walter Roberson
el 26 de Jul. de 2022
To force thd 10^3 then
ax = gca;
ax.YAxis.Exponent = 3;
dpb
el 26 de Jul. de 2022
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Axes Appearance en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
