필터 지우기
필터 지우기

Plotting -3|siny|

조회 수: 2 (최근 30일)
Bimal Bhattarai
Bimal Bhattarai 2019년 6월 22일
댓글: infinity 2019년 6월 23일
My code is showing error in the x=-3abs(siny) part. Please Help
y=-pi:0.1:pi;
x=-3abs(siny);
plot (y,x);
  댓글 수: 2
dpb
dpb 2019년 6월 23일
Why not move your Comment to an Answer???
infinity
infinity 2019년 6월 23일
Hello,
You are right. I have changed it to the answer.

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

답변 (1개)

infinity
infinity 2019년 6월 23일
it should be like that
x=-3*abs(sin(y));

카테고리

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