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!