CST linking with Matlab
时间:04-04
整理:3721RD
点击:
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);
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);