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 Center および File Exchange2-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