How to plot logarithmic graph in matlab

1 visualizzazione (ultimi 30 giorni)
Jim
Jim il 6 Mar 2012
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance

Risposte (3)

Thomas
Thomas il 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 il 6 Mar 2012
doc semilogx
doc semilogy

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

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by