Filter löschen
Filter löschen

How to plot logarithmic graph in matlab

2 Ansichten (letzte 30 Tage)
Jim
Jim am 6 Mär. 2012
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance

Antworten (3)

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

Jonathan Sullivan
Jonathan Sullivan am 6 Mär. 2012
doc semilogx
doc semilogy

G A
G A am 6 Mär. 2012
set(gca, 'YScale','log');

Kategorien

Mehr zu Graphics Object Identification finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by