CST linking with Matlab

Status
Not open for further replies.

abdul.1991

Junior Member level 1
Joined
Jan 1, 2014
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
104
Hi Everyone.

I have linked matlab with cst, now i want to save 1D results S11 of patch antenna from cst to matlab automatically using matlab code in excel file.
Can someone tell me how to do this.? I am using the following command, but it does't work for me.

result = invoke(mws, 'Result1D', 'a1(1)1(1)');
numOfValue = invoke(result, 'GetN');
invoke(result, 'Save', 'C:\tmp\filename');
A = importdata('C:\tmp\filename', ' ', 4);
 
Last edited by a moderator:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…