Register COM Matlab Application TLB for certain version on when multiple versions installed
조회 수: 22 (최근 30일)
이전 댓글 표시
Hi,
I have multiple versions of Matlab installed, essentially all from 2009b up until present version (because I'm developing a plugin for simulink).
Only one of my Matlab versions is registered among the COM apis I can find for instance in Visual Studio "Add reference" dialog.
How do I register the COM API for a different version? I've tried using regsvr32 on mlapp.tlb but this is not the way to go about this as I understand it?
Best regards
댓글 수: 0
답변 (4개)
Walter Roberson
2012년 7월 30일
Start up the version of MATLAB you want, with the /register flag
댓글 수: 5
Christian Schlegel
2020년 11월 20일
In Windows10, only <matlab.exe -regserver>, not <matlab.exe -register>, worked for me.
Walter Roberson
2020년 11월 20일
The command changed in time, but unfortunately I am not sure I can track it down in the documentation.
hasan yousefi
2020년 7월 26일
Hi, why not working command order in matlab 2018a:
matlab.exe /register
error is:
Undefined variable "matlab" or class "matlab.exe".
Current folder is: K:\Program Files\MATLAB\R2018a\bin
댓글 수: 4
Hakan Basargan
2020년 12월 17일
Please note that this solution for the Windows.
- Run the Terminal.
- Go to the matlab root by using cd command (until you find matlab.exe)
- Then matlab.exe/register
Thats all.
nitzan lubi
2022년 5월 25일
Please see below, this solution does not work r change the default Matlab version...
nitzan lubi
2022년 5월 25일
In MATLAB 2020b this solution does not work. It wreturns in the command window:
Warning: Unrecognized command line option: register.
댓글 수: 0
Walter Roberson
2022년 5월 26일
See https://www.mathworks.com/help/matlab/matlab_external/register-matlab-as-automation-server.html for R2020a and later.
댓글 수: 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!