Difference between revisions of "How Do I Configure the Matlab Interface?"
From BESA® Wiki
Redirect page
(→Updating the MATLAB Interface after MATLAB Upgrade) |
(Redirected page to MATLAB Interface#Configuration) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | #REDIRECT [[MATLAB_Interface#Configuration]] | ||
+ | |||
{{BESAInfobox | {{BESAInfobox | ||
|title = Module information | |title = Module information | ||
|module = BESA Research Basic or higher | |module = BESA Research Basic or higher | ||
− | |version = 5.2 or higher | + | |version = BESA Research 5.2 or higher |
}} | }} | ||
Line 48: | Line 50: | ||
(Only required after a change of your MATLAB configuration after installation of BESA Research) | (Only required after a change of your MATLAB configuration after installation of BESA Research) | ||
− | During the installation process of BESA Research, the program <span style="color:#ff9c00;">ConfigureBesaMatlabInterface.exe</span> (or SetupBesaMatlabInterface.exe) in the BESA Research root folder (C:\Program Files (x86)\BESA\Research_7_0) was executed. | + | During the installation process of BESA Research, the program <span style="color:#ff9c00;">ConfigureBesaMatlabInterface.exe</span> (or SetupBesaMatlabInterface.exe) in the BESA Research root folder (e.g.: '''C:\Program Files (x86)\BESA\Research_7_0''') was executed. |
Run this program '''as administrator''' again when your MATLAB configuration has changed, e.g. after updating your MATLAB version. In the dropdown list, select the MATLAB version that you are using. | Run this program '''as administrator''' again when your MATLAB configuration has changed, e.g. after updating your MATLAB version. In the dropdown list, select the MATLAB version that you are using. | ||
Line 54: | Line 56: | ||
This program performs two operations: | This program performs two operations: | ||
* It copies the appropriate interface dll file to the BESA Research root folder and renames it to "<span style="color:#ff9c00;">BesaMatlab.dll</span>" (32-bit version) or "<span style="color:#ff9c00;">BesaMatlab64.dll</span>" (64-bit version), and | * It copies the appropriate interface dll file to the BESA Research root folder and renames it to "<span style="color:#ff9c00;">BesaMatlab.dll</span>" (32-bit version) or "<span style="color:#ff9c00;">BesaMatlab64.dll</span>" (64-bit version), and | ||
− | * If you are using a 64-bit version, it creates an entry in | + | * If you are using a 64-bit version, it creates an entry in [[The Initialization File: BESA.ini|BESA.ini]] (e.g.: '''C:\Users\Public\Documents\BESA\Research_7_0''') as follows: |
<source lang="dos"> | <source lang="dos"> | ||
Line 65: | Line 67: | ||
[[File:BesaMatlab64Interfaces_01.png|200px]] | [[File:BesaMatlab64Interfaces_01.png|200px]] | ||
− | + | '''Note: This step is not needed from BESA Research 7.1 March 2021.''' | |
− | + | If the installed MATLAB is 64-bit version, please run the program <span style="color:#ff9c00;">BesaMatlab64Interface.exe</span> in the BESA Research root folder (e.g.: '''C:\Program Files (x86)\BESA\Research_7_0'''). If the MATLAB path is set properly, a program window as the screenshot below is shown up without an error message. After that please just close the window. | |
+ | [[File:BesaMatlab64Interfaces_02.png|400px]] | ||
== Updating the MATLAB Interface after MATLAB Upgrade == | == Updating the MATLAB Interface after MATLAB Upgrade == |