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 use the calculation result as an input?_with Matlab
Posted 10 ott 2011, 00:00 GMT-4 0 Replies
Please login with a confirmed email address before reporting spam
1. I write the following code:
uu=fem.sol.u(:,length(k)); % get the calculation result
sole2=femsol(uu);
init = asseminit(fem,'u',sole2) %input
However, the main programme reports wrong result, indicating the inputting is not a success.
2.next, I write the following code to show the initiated field:
fem.sol=init
figure
postplot(fem,'tridata','u')
However, the running message indicates that 'u' cannot be evaluated.
Could anybody help me? Thanks a lot in advance!
Hello Dami Ai
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.