How to plot logarithmic graph in matlab

3 次查看(过去 30 天)
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
doc semilogx
doc semilogy

G A
G A 2012-3-6
set(gca, 'YScale','log');

类别

Help CenterFile Exchange 中查找有关 Graphics Object Identification 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by