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