plotting

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 日

0 投票

semilogy(A,B)
There is also a corresponding semilogx plotting function.

1 件のコメント

osman yurdakul
osman yurdakul 2011 年 5 月 10 日
thank you for helping

サインインしてコメントする。

カテゴリ

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

製品

タグ

質問済み:

2011 年 5 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by