plotting

1 次查看(过去 30 天)
osman yurdakul
osman yurdakul 2011-5-10
hi friends,
i have 2 array:
A = [15 22.5 33.75];
B = [0.01 0.011 0.094];
i want to plot as semilog...y axis is B and x axis is A
please help me...

回答(1 个)

Walter Roberson
Walter Roberson 2011-5-10
semilogy(A,B)
There is also a corresponding semilogx plotting function.

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by