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