微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 天线设计和射频技术 > CST linking with Matlab

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);

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top