i keep getting syntax error please help
이전 댓글 표시
x_p = -0.3906sin(0.559t) + 156.25cos(0.559t); % steady-state motion
답변 (1개)
Luca Ferro
2023년 5월 1일
to multiply you have to use *.
Assuming you defined or sym t,
x_p = -0.3906*sin(0.559*t) + 156.25*cos(0.559*t);
카테고리
도움말 센터 및 File Exchange에서 Formula Manipulation and Simplification에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!