Info
この質問は閉じられています。 編集または回答するには再度開いてください。
about the code
1 回表示 (過去 30 日間)
古いコメントを表示
I want to write a code . if I have 100 frames .then each frame is "m" width and "n"height, I want to calculate that f(i,j)-f-1(i,j) , the "f" is frames. "i" from 0 to M-1, "j" from 0 to N-1 how to write
1 件のコメント
Wayne King
2012 年 5 月 20 日
What is f(i,j)-f-1(i,j) supposed to mean? Did you really mean
f(i,j)-f(i-1,j-1).
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!