x = 7.234e-7*cos(132.9*t) - 1.054e-6*exp(-1.0*t) - 5.901e-6*cos(70.71*t) - 5.444e-9*sin(132.9*t) + 8.345e-8*sin(70.71*t) + 7.042e-6*cos(24.56*t) - 8.114e-7*cos(108.3*t) - 2.868e-7*sin(24.56*t) + 7.49e-9*sin(108.3*t);
t = 0:0.01:3;
Please someone plot this for me Im not sure from my code cuz i got I little bit wierd graph

댓글 수: 2

madhan ravi
madhan ravi 2018년 11월 30일
why do you say it's wierd?
madhan ravi
madhan ravi 2018년 11월 30일
doc plot in command window tells you how to use plot command

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

 채택된 답변

Mark Sherstan
Mark Sherstan 2018년 11월 30일

1 개 추천

Looks fine to me.
t = 0:0.01:3;
x = 7.234e-7*cos(132.9*t) - 1.054e-6*exp(-1.0*t) - 5.901e-6*cos(70.71*t) - 5.444e-9*sin(132.9*t) + 8.345e-8*sin(70.71*t) + 7.042e-6*cos(24.56*t) - 8.114e-7*cos(108.3*t) - 2.868e-7*sin(24.56*t) + 7.49e-9*sin(108.3*t);
plot(t,x)
xlabel('t')
ylabel('x')
untitled.png

댓글 수: 1

Yasser Almosabi
Yasser Almosabi 2018년 11월 30일
Y = [YOU; ARE; THE; BEST]
Y =
YOU
ARE
THE
BEST

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

질문:

2018년 11월 30일

댓글:

2018년 11월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by