summaryrefslogtreecommitdiff
path: root/help/en_US/fmincon.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/fmincon.xml')
-rw-r--r--help/en_US/fmincon.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/help/en_US/fmincon.xml b/help/en_US/fmincon.xml
index d8a7c4b..c4a70a7 100644
--- a/help/en_US/fmincon.xml
+++ b/help/en_US/fmincon.xml
@@ -193,6 +193,7 @@ endfunction
options=list("GradObj", fGrad, "Hessian", lHess);
//Calling Ipopt
[x,fval,exitflag,output,lambda,grad,hessian] =fmincon(f, x0,A,b,Aeq,beq,lb,ub,nlc,options)
+// Press ENTER to continue
]]></programlisting>
</refsection>
@@ -239,6 +240,7 @@ endfunction
options=list("MaxIter", [1500], "CpuTime", [500], "GradObj", fGrad, "Hessian", lHess,"GradCon", cGrad);
//Calling Ipopt
[x,fval,exitflag,output] =fmincon(f, x0,A,b,Aeq,beq,lb,ub,nlc,options)
+// Press ENTER to continue
]]></programlisting>
</refsection>
@@ -269,6 +271,7 @@ ub=[0,0,0];
options=list("MaxIter", [1500], "CpuTime", [500]);
//Calling Ipopt
[x,fval,exitflag,output,lambda,grad,hessian] =fmincon(f, x0,A,b,Aeq,beq,lb,ub,[],options)
+// Press ENTER to continue
]]></programlisting>
</refsection>