how to write this

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

Risposte (1)

David Hill
David Hill il 18 Giu 2020

0 voti

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

Questa domanda è chiusa.

Tag

Richiesto:

il 18 Giu 2020

Chiuso:

il 20 Ago 2021

Community Treasure Hunt

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

Start Hunting!

Translated by