How do I calculate the sum of TStep1 and TSTep2?

2 次查看(过去 30 天)
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 个评论
Athul Prakash
Athul Prakash 2019-9-27
TStep is a 5x1 column vector.
TStep1 = Tstep(1) = -2
TStep2 = TStep(2) = 2
you answer = TStep1 + TStep2 = 0
mYAnswer = TStep1 + TStep2;

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by