how make this eq.

hi please can tell me how make this eq. in matlab
where n start from 2 , m&c constant value

댓글 수: 2

KSSV
KSSV 2020년 8월 19일
m and c are vector right? how about x?
Wisal Adnan
Wisal Adnan 2020년 8월 19일
thanks for your replay in the begin x initial value as

답변 (1개)

Payam Morsali
Payam Morsali 2020년 10월 18일

0 개 추천

for series you can set a variable to zero and iterate the sum:
fibonacci for example:
a(1)=1
a(2)=1
for i=3:n
a(i)=a(i-1)+a(i-2)
end

이 질문은 마감되었습니다.

제품

릴리스

R2016a

태그

질문:

2020년 8월 19일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by