circular diff

diff with wrap-around differences, same sized output matrix

Ahora está siguiendo esta publicación

difc is a wrapper for matlab's diff() and takes the same arguments.

The returned matrix size is the same as the input matrix size, like matlab's gradient().

Higher N works using recursion.
Zero N returns the input matrix.

Citar como

Petorr (2026). circular diff (https://es.mathworks.com/matlabcentral/fileexchange/44701-circular-diff), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspiración para: center_finite_diff.m

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

Previous version had faulty automatic dimension assignment when the function is called with a single argument.

It has been updated to match diff() defaults for vector, matrix and N-dim arrays.

1.0.0.0