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.

Linking Matlab and CST

Status
Not open for further replies.

romina_k_vala

Newbie level 4
Joined
Oct 26, 2017
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
61
Hello there,
I am a beginner in linking Matlab and CST and in the first step I have encountered a problem. I am trying to open a predefined CST file using Matlab code and then start running it. However,when I write code:
cst=actxserver('CSTStudio.Application');
mws=invoke(cst,'NewMWS');
invoke(mws,'OpenFile','<C:\Users\Romina\Desktop\dip.cst>');
it gives me this error while cst opens that: Unable to open file "dip.cst>"
What should I do?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top