circular diff

diff with wrap-around differences, same sized output matrix

이 제출물을 팔로우합니다

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.

인용 양식

Petorr (2026). circular diff (https://kr.mathworks.com/matlabcentral/fileexchange/44701-circular-diff), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: center_finite_diff.m

카테고리

Help CenterMATLAB Answers에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 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