필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how make this eq.

조회 수: 1 (최근 30일)
Wisal Adnan
Wisal Adnan 2020년 8월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
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일
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

Community Treasure Hunt

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

Start Hunting!

Translated by