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 件)

Thomas
Thomas 2012 年 3 月 6 日

0 投票

doc loglog
doc semilogx
this helps as well:
href=""<http://www.mathworks.com/help/techdoc/ref/loglog.html</a>>
G A
G A 2012 年 3 月 6 日

0 投票

set(gca, 'YScale','log');

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

製品

タグ

質問済み:

Jim
2012 年 3 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by