time-shift
Stéphane Adjemian (Scylla) 2010-06-24 12:41:52 +02:00
parent bab490fc7f
commit ed03fe89c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
1function [g, badg, f0, f1, f2] = numgrad3(fcn,f0,x,epsilon,varargin)
function [g, badg, f0, f1, f2] = numgrad3(fcn,f0,x,epsilon,varargin)
% Computes the gradient of the objective function fcn using a three points
% formula if possible.
%