How to plot logarithmic graph in matlab
Afficher commentaires plus anciens
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance
Réponses (3)
Jonathan Sullivan
le 6 Mar 2012
doc semilogx
doc semilogy
G A
le 6 Mar 2012
set(gca, 'YScale','log');
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!