plotting

조회 수: 4 (최근 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.
  댓글 수: 1
osman yurdakul
osman yurdakul 2011년 5월 10일
thank you for helping

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-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