Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.

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.

tic/toc in matlab for COMSOL

Please login with a confirmed email address before reporting spam

I have a model inside a for loop and occasionally it runs into an extreme parameter value and I want to just skip that iteration. I tried increasing the interations a lot and then saying skip the iteration after a much longer time but it does not work, my syntax was:

timerID=tic;
model.sol('sol1').runAll;
if toc(timerID) > 120
continue
end

This did not work. Does anyone know if there is anyway to stop a runAll and move onto the next parameter value based on some condition?

Thank you

0 Replies Last Post Nov 23, 2012, 10:21 p.m. EST
COMSOL Moderator

Hello Alexander Warning

Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.

If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.