Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
5 sept. 2011, 10:11 UTC−4
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
6 sept. 2011, 04:41 UTC−4
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
6 sept. 2011, 06:46 UTC−4
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
7 sept. 2011, 01:50 UTC−4
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
7 sept. 2011, 04:46 UTC−4
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]