How to plot logarithmic graph in matlab
Show older comments
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance
Answers (3)
Jonathan Sullivan
on 6 Mar 2012
doc semilogx
doc semilogy
G A
on 6 Mar 2012
set(gca, 'YScale','log');
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!