I am performing a large number of sequential simulations via the matlab livelink. As far as I can tell, 'termination technique' has to be set to 'iterations or tolerance' or, in the case of an unconverged scenario, the whole run will fail. I would like to flag whether or not each simulation was terminated by iterations or by tolerance so I can discard those which were terminated by iterations. The intuitively obvious way of doing this is with a variable for iteration count. Is there such a variable and how can I access it? Thanks, Pete
↧