how to write this
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
回答 (1 件)
David Hill
2020 年 6 月 18 日
If u and t are just scalar
9*u*(t-2);
If u and t are arrays or matrices of the same size
9*u.*(t-2);
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!