How to plot logarithmic graph in matlab
Ältere Kommentare anzeigen
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance
Antworten (3)
Jonathan Sullivan
am 6 Mär. 2012
doc semilogx
doc semilogy
G A
am 6 Mär. 2012
set(gca, 'YScale','log');
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!