- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
How to export field as .txt format from CST vith Matlab
录入:edatop.com 点击:
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.
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.
申明:网友回复良莠不齐,仅供参考。如需专业解答,请学习易迪拓培训专家讲授的CST视频培训教程。
上一篇:[Moved]: UHF RFID tag antenna complex impedance port allocation in CST
下一篇:How does the lumped port (HFSS) or discrete port (CST) work?