Why does MATLAB 7.5 (R2007b) fail to start as an ActiveX / COM Server or show an error?
조회 수: 4 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2009년 6월 27일
편집: MathWorks Support Team
2020년 11월 11일
I am trying to use MATLAB 7.5 (R2007b) from another program. I do this through the automation server interface or through the MATLAB Engine. Both use ActiveX and I receive the following error:
Can't start MATLAB engine
채택된 답변
MathWorks Support Team
2009년 6월 27일
This problem can be related to the wrong MATLAB version or no MATLAB version at all being registered as the default Automation Server. To work around this issue, re-register MATLAB as an automation server by executing the following command from the MATLAB Command Window:
!matlab -regserver
댓글 수: 1
Usha Duddu
2016년 6월 7일
편집: MathWorks Support Team
2020년 11월 11일
Hi Alex
I understand you have a question on registering MATLAB as an automation server.
Please refer to the documentation link below that discusses about Registering MATLAb as an automation server using "matlab -regserver".
Alternatively you could use "regmatlabserver" command to register MATLAb as an Automation server from within MATLAB.
Feel free to MathWorks Technical Support in case of further questions.
Thanks
Usha
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Write COM Applications to Work with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!