Automatic Differentiation for Matlab
Version 1.0.0.0 (116 KB) von
Martin Fink
This package provides automatic first and second derivatives for vector-functions and matrices.
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);
Zitieren als
Martin Fink (2026). Automatic Differentiation for Matlab (https://de.mathworks.com/matlabcentral/fileexchange/15235-automatic-differentiation-for-matlab), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R14SP2
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Help Center und MATLAB Answers
Tags
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 |
