Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
about the code
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Wayne King
el 20 de Mayo de 2012
What is f(i,j)-f-1(i,j) supposed to mean? Did you really mean
f(i,j)-f(i-1,j-1).
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!