Xi(0)=init(i,s)
이전 댓글 표시
can anyone can convert this to matlab code
댓글 수: 5
madhan ravi
2018년 12월 31일
what code is it?
madhan ravi
2018년 12월 31일
편집: madhan ravi
2018년 12월 31일
c code
madhan ravi
2018년 12월 31일
What's i and c? if you explain what the code does in c , we may be able to help you in converting it.
madhan ravi
2018년 12월 31일
i ranges from 1 to N
and s is sample space of 10 by 30 matrix
so we want initiqlise xi(0)
madhan ravi
2018년 12월 31일
please don't comment on answer section use comment section instead
답변 (1개)
madhan ravi
2018년 12월 31일
편집: madhan ravi
2018년 12월 31일
Xi=zeros(size(s)); % see if it does what you want
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!