How to plot for for a range? showing error
1 次查看(过去 30 天)
显示 更早的评论
0 个评论
采纳的回答
更多回答(1 个)
Vladimir Sovkov
2019-12-1
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!