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
425aabbc
Commit
425aabbc
authored
Jun 06, 2012
by
Sébastien Villemot
Browse files
Fix function name
parent
c666f92d
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/numgrad2.m
View file @
425aabbc
function
[
g
,
badg
]
=
numgrad
(
fcn
,
f0
,
x
,
epsilon
,
varargin
)
% function [g badg] = numgrad(fcn,xvarargin)
function
[
g
,
badg
]
=
numgrad
2
(
fcn
,
f0
,
x
,
epsilon
,
varargin
)
% function [g badg] = numgrad
2
(fcn,xvarargin)
% Original file downloaded from:
% http://sims.princeton.edu/yftp/optimize/mfiles/numgrad.m
...
...
Write
Preview
Supports
Markdown
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