|
|
|
| R2012a Documentation → Model-Based Calibration Toolbox | |
Learn more about Model-Based Calibration Toolbox |
|
| Contents | Index |
[exitflag, msg, stats] = getOutputInfo(cos)
Get output information for the optimization. A method of cgoptimstore.
[exitflag, termMsg] = getOutputInfo(optimstore) returns diagnostic output information from optimstore. exitflag indicates the success (exitflag > 0) or failure (exitflag <= 0) of the current optimization run. exitflag may also give some indication why the optimization terminated. Any termination message set by the optimization can be retrieved from termMsg.
[exitflag, termMsg, output] = getOutputInfo(optimstore) returns in addition a structure of algorithm-specific information in output. For output to be non-empty, the user must create it in their algorithm. See the worked example and tutorial for more information on how to create output structures.

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |