How do I calculate the sum of TStep1 and TSTep2?

1 visualización (últimos 30 días)
Manasa Tarigoppula
Manasa Tarigoppula el 21 de Sept. de 2019
Comentada: Athul Prakash el 27 de Sept. de 2019
If TStep = Step', where Step = -2:4:14, and TStep1=TStep(1), TStep2=TStep(2), then how do I calculate the sum of TStep1 and TSTep2?
  2 comentarios
David Hill
David Hill el 21 de Sept. de 2019
I guess I don't understand the question. The sum is:
TStep1+TStep2
Athul Prakash
Athul Prakash el 27 de Sept. de 2019
TStep is a 5x1 column vector.
TStep1 = Tstep(1) = -2
TStep2 = TStep(2) = 2
you answer = TStep1 + TStep2 = 0
mYAnswer = TStep1 + TStep2;

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by