numsum(numsum(...)), how it works?
3 ビュー (過去 30 日間)
古いコメントを表示
this is some of code lines
kin=zeros(12960,1);
for k=1:12960
kin(k)=numsum(numsum(unew(1:end,:).*unew(1:end,:)+vnew(1:end,:).*vnew(1:end,:)));
I know it is not correct, the unew and vnew are 100*100 (dimensions) How can i write in in a right way?
1 件のコメント
Steven Lord
2015 年 7 月 20 日
What is "numsum"? There's no function by that name in any MathWorks toolboxes, and a search for that on mathworks.com found exactly one hit, this question.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Feature Detection and Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!