Obtaining result from a previous point
    조회 수: 18 (최근 30일)
  
       이전 댓글 표시
    
Hello please can anyone help me to calculate the following
I have a result which give M which give a row of numbers
I want to calculate the formular
H{j} = (1 - 0.5) * H{j-1} +  (0.5 * M)
assuming the first H{0} = 0  
j = 0,1,2,3,4,5,6  and M = 0.3 ,0.2, 0.4, 0.5, 0.6, 0.8
how do i write the code 
Your help will be greatly appreciated
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

