How do I get the performance stats which are outputted to console returned by the function call?<br><br>In matlab I have the following command to call ipopt:<br><br>[x info] = ipopt(x,cons,options);<br><br><br>Can I specify more outputs?  For example, the &quot;number of function calls&quot; is not specified in the &quot;info&quot; output structure.<br>

<br>Thanks!<br>