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 (최근 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
답변 (1개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!