How to plot logarithmic graph in matlab

1 vue (au cours des 30 derniers jours)
Jim
Jim le 6 Mar 2012
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance

Réponses (3)

Thomas
Thomas le 6 Mar 2012
doc loglog
doc semilogx
this helps as well:
href=""<http://www.mathworks.com/help/techdoc/ref/loglog.html</a>>

Jonathan Sullivan
Jonathan Sullivan le 6 Mar 2012
doc semilogx
doc semilogy

G A
G A le 6 Mar 2012
set(gca, 'YScale','log');

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by