How to plot logarithmic graph in matlab

조회 수: 4 (최근 30일)
Jim
Jim 2012년 3월 6일
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance

답변 (3개)

Thomas
Thomas 2012년 3월 6일
doc loglog
doc semilogx
this helps as well:
href=""<http://www.mathworks.com/help/techdoc/ref/loglog.html</a>>

Jonathan Sullivan
Jonathan Sullivan 2012년 3월 6일
doc semilogx
doc semilogy

G A
G A 2012년 3월 6일
set(gca, 'YScale','log');

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by