how to write this

how to write 9 * u(t-2) in matlab

回答 (1 件)

David Hill
David Hill 2020 年 6 月 18 日

0 投票

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);

この質問は閉じられています。

タグ

質問済み:

2020 年 6 月 18 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by