Updating the Matlab Interface after Matlab Upgrade

From BESA® Wiki
Revision as of 16:19, 7 March 2016 by Todor (Talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sometimes after installation of new/additional Matlab version on one computer the BESA to Matlab interface stops working. The reason is the registry change/corruption caused by the newly installed version. In order to correct this one has to perform the following steps:

  1. Make sure that in the "Path" environment variable only the path to one Matlab version exists.
  2. Make sure that the correct Matlab.dll is installed by starting the tool "ConfigureBesaMatlabInterface.exe" and selecting the corresponding Matlab version and architecture.
  3. In the DOS command prompt execute the following command with administrator rights
matlab -regserver

(registers MATLAB as a Component Object Model (COM) server).

  1. Sometimes if the Matlab license is connected to a specific user account and the user account does not have administrator rights it could be problematic to execute that command. In that case change the corresponding account to an administrator account and then perform the actions again. After that the account could be made to regular user account again.