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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…