Michael Scholz 0fe686245c CE update
2013-02-20 16:20:56 +01:00

14 lines
369 B
Matlab
Executable File

function diffplot(fun, jac, x)
%
%
% [f, J] = diffplot(fun, jac, x) plots difference between symbolic
% differentiation and approximation by finite differences
%
% INPUT
% fun function handle; fun: R^n -> R^n
% jac function handle; jac: R^n -> R^(mxn)
% x point x in R^n to evaluate f and jacobian
%
end % function diffplot