Difference between revisions of "AnyWave:Plug-ins"
Line 18: | Line 18: | ||
|} | |} | ||
− | = | + | =Requirements for MATLAB plugins= |
− | The | + | The plugins are standalone applications built with the MATLAB Compiler. These applications require the MATLAB Runtime to run.<br/> |
− | + | Install the following versions of the runtime depending on the platform:<br/> | |
− | + | - Windows : MATLAB Runtime 2018b<br/> | |
− | + | - MacOs : MATLAB Runtime 2020a<br/> | |
− | - | + | - Linux : MATLAB Runtime 2020b<br/> |
− | + | '''NOTE:'''<br/> | |
− | + | On MacOS and Linux you MUST set the path to the runtime in the Preferences.<br/> | |
− | + | On MacOS the default path is usually: /Applications/MATLAB/MATLAB_Runtime/v98<br/> | |
− | = | + | On Linux the default installation path is usually: /usr/local/MATLAB/MATLAB_Runtime/v99<br/> |
− | - Windows : | + | Set this path in the Preferences GUI, you may then be able to run all MATLAB plugins.<br/> |
− | - | + | |
− | - | + | =Where to put the MATLAB plugins= |
+ | - Windows: put the plugin folder in Documents/AnyWave/Plugins/MATLAB. | ||
+ | - MacOs: put the plugin folder in /users/johndoe/AnyWave/Plugins/MATLAB. | ||
+ | - Linux: put the plugin folder in /home/johndoe/AnyWave/Plugins/MATLAB. |
Revision as of 11:50, 17 February 2021
Available Plugins
Requirements for MATLAB plugins
The plugins are standalone applications built with the MATLAB Compiler. These applications require the MATLAB Runtime to run.
Install the following versions of the runtime depending on the platform:
- Windows : MATLAB Runtime 2018b
- MacOs : MATLAB Runtime 2020a
- Linux : MATLAB Runtime 2020b
NOTE:
On MacOS and Linux you MUST set the path to the runtime in the Preferences.
On MacOS the default path is usually: /Applications/MATLAB/MATLAB_Runtime/v98
On Linux the default installation path is usually: /usr/local/MATLAB/MATLAB_Runtime/v99
Set this path in the Preferences GUI, you may then be able to run all MATLAB plugins.
Where to put the MATLAB plugins
- Windows: put the plugin folder in Documents/AnyWave/Plugins/MATLAB. - MacOs: put the plugin folder in /users/johndoe/AnyWave/Plugins/MATLAB. - Linux: put the plugin folder in /home/johndoe/AnyWave/Plugins/MATLAB.