how to write this

Respuestas (1)

David Hill
David Hill el 18 de Jun. de 2020

0 votos

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

La pregunta está cerrada.

Etiquetas

Preguntada:

el 18 de Jun. de 2020

Cerrada:

el 20 de Ag. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by