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.
load two models in the Matlab Livelink
Posted 2 dic 2013, 21:48 GMT-5 Interfacing Version 4.3a 0 Replies
Please login with a confirmed email address before reporting spam
I am new in Comsol and Matlab Livelink. my question is how can I load two models in Matlab Livelink? For example I try to run the following sample code, but it generates error which I am unable solve. I do appreciate any suggestion.
model1 = mphload('...\mymodel.mph');
model2 = mphload('...\mymodel.mph');
model1.param.set('a','5.0');
model2.param.set('a','0.2');
model1.sol('sol1').run;
model2.sol('sol1').run;
Hello Andrew Wang
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.