diff options
author | Harpreet | 2016-08-31 10:22:01 +0530 |
---|---|---|
committer | Harpreet | 2016-08-31 10:22:01 +0530 |
commit | 356c6215f4872911205dcb2d155e7687ae4dd2a8 (patch) | |
tree | 63222841367ae36ed0bdf52dd30aabf8e5b21049 /exam.sce~ | |
parent | d8fca69f239a275f5ffdbd870508c86b6e69c678 (diff) | |
download | FOSSEE-Optim-toolbox-development-356c6215f4872911205dcb2d155e7687ae4dd2a8.tar.gz FOSSEE-Optim-toolbox-development-356c6215f4872911205dcb2d155e7687ae4dd2a8.tar.bz2 FOSSEE-Optim-toolbox-development-356c6215f4872911205dcb2d155e7687ae4dd2a8.zip |
intfminimax added and fmincon updated
Diffstat (limited to 'exam.sce~')
-rw-r--r-- | exam.sce~ | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/exam.sce~ b/exam.sce~ deleted file mode 100644 index ae3a2eb..0000000 --- a/exam.sce~ +++ /dev/null @@ -1,5 +0,0 @@ -function y = f(x) - y = 3*x(1)^2 + 2*x(1)*x(2) + x(2)^2 - 4*x(1) + 5*x(2) ; -endfunction - -[xval, fval, status, gradient, hessian] = intfminunc(f,[1], [1 2],[2 6]) |