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.
How to duplicate solution in Matlab
Posted Dec 6, 2013, 1:51 p.m. EST Interfacing Version 4.2, Version 4.2a, Version 4.3, Version 4.3a, Version 4.3b, Version 4.4 0 Replies
Please login with a confirmed email address before reporting spam
I am now using the COMSOL Livelink for Matlab. I create two solutions whose soltags are 'sol1' and 'sol2' respectively. I want to copy the solution from 'sol1' to 'sol2'.
Here is what I am doing:
[u udot] = mphgetu(model,'soltag','sol1');
model.sol('sol2').setU(u);
model.sol('sol2').set('tlist',tstr); % where tstr is the time list string of 'sol1'
model.sol('sol2').createSolution;
My questions are:
a) How to copy the velocity components in sol1 to sol2?
b) Are there any fast or efficient ways to duplicate solution?
Thanks a lot
Dan
Hello Zhangxian Deng
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.