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.

카테고리

도움말 센터File Exchange에서 2-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