微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > need help in Matlab; ActiveX

need help in Matlab; ActiveX

时间:03-30 整理:3721RD 点击:
hello all
i need help
i dont know why the instruction ActiveX
and here is the problem

>> cst = actxserver('CSTSTUDIO. Application');

? Error using ==> actxserver at 91
Server creation failed. Invalid ProgID 'CSTSTUDIO. Application'

how can i solve it please help me
Many thanks

This thread may be help you
https://www.edaboard.com/thread176129.html

Try this for ProgID

Code:
list = actxcontrollist;
for ii = 1:length(list)
if ~isempty(findstr('CSTSTUDIO',[list{ii,:}]))
s = sprintf(' Name = %s\n ProgID = %s\n File = %s\n', ...
list{ii,:})
end
end

but cst microwave studio is not a madia player its a program for simulation a microwave components
so this avctivex must be open the program automatically but this is not happening ?

thanks

correct. this is for study that example and try to develop your code

did you able to verify progid?

thanks

what do you mean by this question ?

thanks

check your progid for CST which was used in your program

Try this for list the correct ProgID for "CSTSTUDIO. Application"
https://www.edaboard.com/thread241837.html#post1034724

No i couldnt

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top