how can i adjust y-axis scale of 'semilogy' function
Mostra commenti meno recenti
I want to set y scale from 10^(-2) to 10^7 following problem.
x = 0:0.1:10;
y = exp(x);
figure
semilogy(x,y)
But as you can see this shows only from 10^0 to 10^5 for y-axis. How can i change this?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su 2차원 플롯과 3차원 플롯 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!