summaryrefslogtreecommitdiff
path: root/help/en_US/fminunc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/fminunc.xml')
-rw-r--r--help/en_US/fminunc.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/en_US/fminunc.xml b/help/en_US/fminunc.xml
index a28a82a..fe12831 100644
--- a/help/en_US/fminunc.xml
+++ b/help/en_US/fminunc.xml
@@ -139,6 +139,7 @@ endfunction
options=list("MaxIter", [1500], "CpuTime", [500], "Gradient", fGrad, "Hessian", fHess);
//Calling Ipopt
[xopt,fopt,exitflag,output,gradient,hessian]=fminunc(f,x0,options)
+// Press ENTER to continue
]]></programlisting>
</refsection>
@@ -156,6 +157,7 @@ endfunction
x0=[2,1];
//Calling Ipopt
[xopt,fopt]=fminunc(f,x0)
+// Press ENTER to continue
]]></programlisting>
</refsection>