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).
  댓글 수: 2
Shivangi Chauhan
Shivangi Chauhan 2016년 4월 17일
suppose We have X(i) = 2*S(i+1)+18*S(i) +21*S(i-1) and we need to calculate X(i+1)+2*X(i)-3*X(i-1). Where X(i+1) = 2*S(i+2)+18*S(i+1) +21*S(i) and similarly X(i-1).

댓글을 달려면 로그인하십시오.

답변 (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