이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
In its simplest usage DIFFXY uses a second-order accurate scheme to approximate the derivative of a vector y with respect to a vector x. It differs from existing functions in the following ways:
- returns dydx having the same size as y (unlike DIFF which reduces the dimension by 1)
- special treatment of end-points for higher accuracy
- specifically built to handle unequally spaced data
DIFFXY also has the following capabilities
- x and y can be N-dimensional arrays
- operate on chosen dimension of N-d arrays
- computes higher-order derivatives via iteration
See the Help section and demo file for examples and further information.
Please suggest any improvements/report any bugs either in the comments or via email.
인용 양식
Darren Rowland (2026). diffxy (https://kr.mathworks.com/matlabcentral/fileexchange/29312-diffxy), MATLAB Central File Exchange. 검색 날짜: .
