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.

How to export field as .txt format from CST vith Matlab

Status
Not open for further replies.

XiaoYuyaoyao

Newbie level 1
Joined
Apr 21, 2017
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
9
Here are the code so far:
cst = actxserver('CSTStudio.application');
mws = invoke(cst, 'NewMWS');
app = invoke(mws, 'GetApplicationName');
ver = invoke(mws, 'GetApplicationVersion');
invoke(mws, 'OpenFile', 'G:\zhang1\rectangle.cst');
result=invoke(mws,'Result3D','E-Field\e(f=2.45)(1(1)));


I don't know how to modify this code:result=invoke(mws,'Result3D','E-Field\e(f=2.45)(1(1)));

Please help.:sad:
 
Last edited by a moderator:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top