How to plot logarithmic graph in matlab
이전 댓글 표시
Hi,
I need to plot a logarithmic graph in matlab
can u suggest any command about this?
Thanks in advance
답변 (3개)
Jonathan Sullivan
2012년 3월 6일
doc semilogx
doc semilogy
G A
2012년 3월 6일
set(gca, 'YScale','log');
카테고리
도움말 센터 및 File 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!