diff options
author | harpreet | 2016-04-16 12:12:15 +0530 |
---|---|---|
committer | harpreet | 2016-04-16 12:12:15 +0530 |
commit | 10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3 (patch) | |
tree | 087af3ca1853d01afef58684b09b537597317023 /demos | |
parent | 8484c85784b84cc3a9257f8d8065b3a8a7800628 (diff) | |
download | symphony-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.tar.gz symphony-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.tar.bz2 symphony-10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3.zip |
fmincon examples
Diffstat (limited to 'demos')
-rw-r--r-- | demos/lsqnonlin.dem.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/lsqnonlin.dem.sce b/demos/lsqnonlin.dem.sce index a650e63..756dd4a 100644 --- a/demos/lsqnonlin.dem.sce +++ b/demos/lsqnonlin.dem.sce @@ -53,5 +53,5 @@ v = wm.*exp(-x(2)*tm) dy = [v , -x(1)*tm.*v] endfunction options = list("GradObj", "on") -[xopt,resnorm,residual,exitflag,output,lambda,gradient] = lsqnonlin(myfun,x0,[],[],options) +[xopt,resnorm,residual,exitflag,output,lambda,gradient] = lsqnonlin(myfun,x0,[],[]) //========= E N D === O F === D E M O =========// |