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.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/en_US/fmincon.xml b/help/en_US/fmincon.xml
index c4a70a7..a6bef9f 100644
--- a/help/en_US/fmincon.xml
+++ b/help/en_US/fmincon.xml
@@ -136,6 +136,7 @@ It has type "struct" and contains the following fields.
<listitem>output.Cpu_Time: The total cpu-time spend during the search</listitem>
<listitem>output.Objective_Evaluation: The number of Objective Evaluations performed during the search</listitem>
<listitem>output.Dual_Infeasibility: The Dual Infeasiblity of the final soution</listitem>
+<listitem>output.Message: The output message for the problem</listitem>
</itemizedlist>
</para>
<para>
@@ -325,6 +326,7 @@ endfunction
options=list("MaxIter", [1500], "CpuTime", [500], "GradObj", fGrad, "Hessian", lHess,"GradCon", cGrad);
//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>