Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年9月5日 GMT-4 10:11
Does there anyone know how to fix this? Thank you very much in advance!
Does there anyone know how to fix this? Thank you very much in advance!
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年9月6日 GMT-4 04:41
Hi, I think that after solving a problem data is already saved in a fem. In my opinion you should check the Matlab Interface Guide for the proper syntax.
Hoping this helps, Rafał Piotuch.
Hi, I think that after solving a problem data is already saved in a fem. In my opinion you should check the Matlab Interface Guide for the proper syntax.
Hoping this helps, Rafał Piotuch.
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年9月6日 GMT-4 06:46
Hi, Rafal,
Thank you so much for your reply. I was really try to do that, but could not find such corresponding syntax. Anyway, I would try again. Thanks.
Best regards,
Hi, I think that after solving a problem data is already saved in a fem. In my opinion you should check the Matlab Interface Guide for the proper syntax.
Hoping this helps, Rafał Piotuch.
Hi, Rafal,
Thank you so much for your reply. I was really try to do that, but could not find such corresponding syntax. Anyway, I would try again. Thanks.
Best regards,
[QUOTE]
Hi, I think that after solving a problem data is already saved in a fem. In my opinion you should check the Matlab Interface Guide for the proper syntax.
Hoping this helps, Rafał Piotuch.
[/QUOTE]
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年9月7日 GMT-4 01:50
Hi - I have found it:
http://www.comsol.com/community/forums/3-5a/thread/20292/
Best regards,
RP
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年9月7日 GMT-4 04:46
Thank you so much for your nice reply. I just found an alternative solution for my case. I attached my sample code here also.
------------------------------------------------------
S21 = [ ];
data = postglobaleval(fem,{'S21_rfwh'});
Frequency = data.x;
S21 = cat(2,S21, data.y);
-------------------------------------------------------
Here, S21 is S-parameters, it could be also any globally defined expression.
Hi - I have found it:
www.comsol.com/community/forums/3-5a/thread/20292/
Best regards,
RP
Thank you so much for your nice reply. I just found an alternative solution for my case. I attached my sample code here also.
------------------------------------------------------
S21 = [ ];
data = postglobaleval(fem,{'S21_rfwh'});
Frequency = data.x;
S21 = cat(2,S21, data.y);
-------------------------------------------------------
Here, S21 is S-parameters, it could be also any globally defined expression.
[QUOTE]
Hi - I have found it:
http://www.comsol.com/community/forums/3-5a/thread/20292/
Best regards,
RP
[/QUOTE]