Derivative of anonymous functions

버전 2.0.0 (5.22 KB) 작성자: Emanuele Bianco
This function takes as input a function F (either symbolic or anonymous) and computes the Jacobian of F
다운로드 수: 30
업데이트 날짜: 2022/8/2

라이선스 보기

Given as input a column vector of symbolic or anonymous functions (1x1, 2x1, ...), "Jac" will give as output the Jacobian of the vector inserted.
The output format will be the same as the input format (anonymous => anonymous / sym => sym).
If the input is a vector of anonymous functions, the Jacobian will be a vector/matrix of anonymous vectorized functions (the ' . ' is inserted before the following operations ' / ' ' * ' ' ^ ').
This function uses the symbolic Math Toolbox.
Examples and more informations are inserted in the comment section of "Jac";
type in the command window:
>> help Jac

인용 양식

Emanuele Bianco (2024). Derivative of anonymous functions (https://www.mathworks.com/matlabcentral/fileexchange/112510-derivative-of-anonymous-functions), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2021b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

버전 게시됨 릴리스 정보
2.0.0

"Jac 2.0.0" is an improved version of "Jac 1.0.0" with more functionalities.
To get more info download the function and read the comment section

1.0.0