Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
ed03fe89
Commit
ed03fe89
authored
Jun 24, 2010
by
Stéphane Adjemian (Scylla)
Browse files
Bug fix.
parent
bab490fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/numgrad3.m
View file @
ed03fe89
1
function
[
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.
%
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment