diff options
Diffstat (limited to 'help/en_US/fminbnd.xml')
-rw-r--r-- | help/en_US/fminbnd.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/en_US/fminbnd.xml b/help/en_US/fminbnd.xml index baf2f34..54f5abb 100644 --- a/help/en_US/fminbnd.xml +++ b/help/en_US/fminbnd.xml @@ -144,6 +144,7 @@ x2 = [2, 2, 2, 2, 2, 2]; options=list("MaxIter",[1500],"CpuTime", [100],"TolX",[1e-6]) //Calling Ipopt [x,fval] =fminbnd(f, x1, x2, options) +// Press ENTER to continue ]]></programlisting> </refsection> @@ -163,6 +164,7 @@ x1 = [0]; x2 = [1000]; //Calling Ipopt [x,fval,exitflag,output,lambda] =fminbnd(f, x1, x2) +// Press ENTER to continue ]]></programlisting> </refsection> |