필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

about the code

조회 수: 1 (최근 30일)
Pan
Pan 2012년 5월 20일
마감: MATLAB Answer Bot 2021년 8월 20일
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
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!

Translated by