Register COM Matlab Application TLB for certain version on when multiple versions installed

46 visualizaciones (últimos 30 días)
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

Respuestas (4)

Walter Roberson
Walter Roberson el 30 de Jul. de 2012
Start up the version of MATLAB you want, with the /register flag
  5 comentarios
Christian Schlegel
Christian Schlegel el 20 de Nov. de 2020
In Windows10, only <matlab.exe -regserver>, not <matlab.exe -register>, worked for me.
Walter Roberson
Walter Roberson el 20 de Nov. de 2020
The command changed in time, but unfortunately I am not sure I can track it down in the documentation.

Iniciar sesión para comentar.


hasan yousefi
hasan yousefi el 26 de Jul. de 2020
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 comentarios
Hakan Basargan
Hakan Basargan el 17 de Dic. de 2020
Please note that this solution for the Windows.
  1. Run the Terminal.
  2. Go to the matlab root by using cd command (until you find matlab.exe)
  3. Then matlab.exe/register
Thats all.
nitzan lubi
nitzan lubi el 25 de Mayo de 2022
Please see below, this solution does not work r change the default Matlab version...

Iniciar sesión para comentar.


nitzan lubi
nitzan lubi el 25 de Mayo de 2022
In MATLAB 2020b this solution does not work. It wreturns in the command window:
Warning: Unrecognized command line option: register.

Walter Roberson
Walter Roberson el 26 de Mayo de 2022

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by