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!