How to plot using semilogy

조회 수: 3 (최근 30일)
Max
Max 2015년 12월 1일
답변: Walter Roberson 2015년 12월 2일
how would I plot using semilogy()
for
t=1.57123822236922 1.60940312809172 47.3847818221929 1.55948917911167 1.28901816023201 8.96854743796101 0.966229733431288 0.656941993512154
and the x-axis is length(t);

답변 (2개)

TastyPastry
TastyPastry 2015년 12월 1일
편집: TastyPastry 2015년 12월 1일
  댓글 수: 1
Max
Max 2015년 12월 1일
would y just be t in this case?

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


Walter Roberson
Walter Roberson 2015년 12월 2일
t = [1.57123822236922 1.60940312809172 47.3847818221929 1.55948917911167 1.28901816023201 8.96854743796101 0.966229733431288 0.65694199351215];
semilogy(t)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by