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!