How can we do calculation in Matlab?if X(i)=Y(i)+​2*Z(i-1)-3​*T(i+1);Th​en how can calculate 15*X(i+1)+​12*X(i)-3*​X(i-1) using the value of X(i).

2 次查看(过去 30 天)
How can we do calculation in Matlab?
if X(i)=Y(i)+2*Z(i-1)-3*T(i+1);
Then how can calculate
15*X(i+1)+12*X(i)-3*X(i-1) using the value of X(i).

回答(1 个)

Idahoise Beckley
Idahoise Beckley 2016-4-15
Properly define each parameter variable used.

类别

Help CenterFile Exchange 中查找有关 Graphics Objects 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by