diff options
Diffstat (limited to 'help/en_US/scilab_en_US_help/fminunc.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/fminunc.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help/en_US/scilab_en_US_help/fminunc.html b/help/en_US/scilab_en_US_help/fminunc.html index 636ea68..e6ec051 100644 --- a/help/en_US/scilab_en_US_help/fminunc.html +++ b/help/en_US/scilab_en_US_help/fminunc.html @@ -91,7 +91,8 @@ It has type "struct" and contains the following fields. <ul class="itemizedlist"><li>output.Iterations: The number of iterations performed during the search</li> <li>output.Cpu_Time: The total cpu-time spend during the search</li> <li>output.Objective_Evaluation: The number of Objective Evaluations performed during the search</li> -<li>output.Dual_Infeasibility: The Dual Infeasiblity of the final soution</li></ul></p> +<li>output.Dual_Infeasibility: The Dual Infeasiblity of the final soution</li> +<li>output.Message: The output message for the problem</li></ul></p> <p class="para"></p></div> <div class="refsection"><h3 class="title">Examples</h3> |