How to plot for for a range? showing error
이전 댓글 표시
채택된 답변
추가 답변 (1개)
Vladimir Sovkov
2019년 12월 1일
0 개 추천
Probably, t^2 and t^4 are implyed to be t.^2 and t.^4.
And all the multiplications of the expressions containing t are implyed to be .* but not just *
This is if you want to do the element-wise operations (as it looks to be) but not the algebraic matrix operations.
댓글 수: 1
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
