How to continue the study after stopped using livelink for matlab?

Please login with a confirmed email address before reporting spam

Hi,

I am performing parameteric sweep using livelink for matlab.

Sometimes, I need to stop the calculation through the 'progress' window and assess the results so far.

Then, of course, I can continue the study by opening the comsol desktop --> study --> progress --> continue.

However, this way to continue the stopped study is not convenient bacause I have to open comsol desktop.

I was wondering if there was some matlab commands that can continue the stopped study without the need to open comsol desktop.

Best,

HC L


2 Replies Last Post 10 sept. 2024, 22:14 UTC−4
COMSOL Moderator

Hello HC L

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.


Lars Gregersen COMSOL Employee

Please login with a confirmed email address before reporting spam

Posted: 2 weeks ago 4 sept. 2024, 06:17 UTC−4

Try something like this: model.sol('sol1').continueRun;

-------------------
Lars Gregersen
Comsol Denmark
Try something like this: model.sol('sol1').continueRun;

Please login with a confirmed email address before reporting spam

Posted: 6 days ago 10 sept. 2024, 22:14 UTC−4

Try something like this: model.sol('sol1').continueRun;

Thank you so much Lars for your reply. Besides, I searched the command you provided in the help system, and found that many useful commands are already contained in the Programming Reference Manual. It's very helpful.

>Try something like this: >model.sol('sol1').continueRun; Thank you so much Lars for your reply. Besides, I searched the command you provided in the help system, and found that many useful commands are already contained in the *Programming Reference Manual*. It's very helpful.

Reply

Please read the discussion forum rules before posting.

Please log in to post a reply.

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.