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.
Comsol with Matlab v4.1, equivalence with v3.5a POSTPLOT
Posted 25 mai 2011, 05:09 UTC−4 Interfacing Version 3.5a, Version 4.1 3 Replies
Please login with a confirmed email address before reporting spam
Hi,
I am solving a heat tranfer problem with COMSOL.
Workin with v3.5a I created an *.m file in Matlab and I used the postplot function to obtain the isotherm at 3000K
H=postplot(fem, ...
'isodata',{'T','cont','internal','unit','K'}, ...
'solnum','end', ...
'outtype','postdata',...
'isodlim',[3000 3000]);
Then, in H{1}.p there were the coordinates of the cloud of points forming this isotherm.
How could I do the same thing with the new version v4.1? I need the coordinates of the points and I haven´t been able to find them in Matlab.
Thanks,
Itxaso
I am solving a heat tranfer problem with COMSOL.
Workin with v3.5a I created an *.m file in Matlab and I used the postplot function to obtain the isotherm at 3000K
H=postplot(fem, ...
'isodata',{'T','cont','internal','unit','K'}, ...
'solnum','end', ...
'outtype','postdata',...
'isodlim',[3000 3000]);
Then, in H{1}.p there were the coordinates of the cloud of points forming this isotherm.
How could I do the same thing with the new version v4.1? I need the coordinates of the points and I haven´t been able to find them in Matlab.
Thanks,
Itxaso
3 Replies Last Post 4 juil. 2011, 04:59 UTC−4