How to plot logarithmic graph in matlab

3 views (last 30 days)
Jim
Jim on 6 Mar 2012
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance

Answers (3)

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

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

Categories

Find more on Graphics Object Identification in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!