Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Variable for iteration count
Posted 07.08.2019, 12:18 GMT-4 LiveLink for MATLAB 2 Replies
Please login with a confirmed email address before reporting spam
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