You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This package uses forward automatic differentiation to calculate the first and second derivatives of provided user functions. It is 25-30 times faster than
commercially available packages (June 2006).
To calculate the derivatives of function myFunc with respect to x at x=x0 you call
x = myAD(x0);
result = myFunc(x);
functionValue = getvalues(result);
derivatives = getderivs(result);
Cite As
Martin Fink (2026). Automatic Differentiation for Matlab (https://in.mathworks.com/matlabcentral/fileexchange/15235-automatic-differentiation-for-matlab), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (116 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
