Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top