need help in Matlab; ActiveX
时间:03-26
整理: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
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
