How do I calculate the sum of TStep1 and TSTep2?

3 Ansichten (letzte 30 Tage)
Manasa Tarigoppula
Manasa Tarigoppula am 21 Sep. 2019
Kommentiert: Athul Prakash am 27 Sep. 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 Kommentare
David Hill
David Hill am 21 Sep. 2019
I guess I don't understand the question. The sum is:
TStep1+TStep2
Athul Prakash
Athul Prakash am 27 Sep. 2019
TStep is a 5x1 column vector.
TStep1 = Tstep(1) = -2
TStep2 = TStep(2) = 2
you answer = TStep1 + TStep2 = 0
mYAnswer = TStep1 + TStep2;

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by