Difference between revisions of "AnyWave:Plugins MCR"

From WikiMEG
Jump to: navigation, search
(Created page with "=How to run MATLAB plugins= AnyWave is able to run MATLAB plugin in two different ways: - A script plug-in that AnyWave will execute using the MATLAB software on your computer...")
(MATLAB requirements)
 
(9 intermediate revisions by one user not shown)
Line 1: Line 1:
=How to run MATLAB plugins=
+
=How to install MATLAB plugins=
 +
==MATLAB requirements==
 
AnyWave is able to run MATLAB plugin in two different ways:
 
AnyWave is able to run MATLAB plugin in two different ways:
- A script plug-in that AnyWave will execute using the MATLAB software on your computer.
+
* A script plug-in that AnyWave will execute using the MATLAB software on your computer.
- A Compiled standalone MATLAB program that AnyWave will execute.
+
* A Compiled standalone MATLAB program that AnyWave will execute.
 +
<br />
 +
The first way requires that the MATLAB application is installed on your computer.<br />
 +
<br />
 +
The second way requires that the MATLAB Runtime is installed on your computer.<br />
 +
The MATLAB Runtime is freely available for people who don't have the MATLAB software. It allows to run MATLAB program even if MATLAB is not installed.<br />
 +
Most of the standalone plugins used by AnyWave require the MATLAB R2015a runtime which is available from the Mathworks website:<br />
 +
[https://fr.mathworks.com/products/compiler/mcr.html The MCR page on the Mathworks website]<br />
 +
<br />
 +
<big>Be sure to download and install the R2018b version of the Runtime.</big>
 +
 
 +
=Where to install?=
 +
All MATLAB plugins must be installed in the <big>'''/Documents/AnyWave/Plugins/MATLAB'''</big> subfolder.<br />
 +
Depending on your platform, try to locate your user's Document folder. The AnyWave folder should be present there.<br />
 +
<br />
 +
Most of the time, plugins are available in a .zip file. <br />
 +
Just unzip the archive in the /Documents/AnyWave/Plugins/MATLAB subfolder and launch AnyWave.<br />
 +
Check that your plugin was loaded by AnyWave by clicking on the View->Plugins menu.

Latest revision as of 15:51, 12 June 2019

How to install MATLAB plugins

MATLAB requirements

AnyWave is able to run MATLAB plugin in two different ways:

  • A script plug-in that AnyWave will execute using the MATLAB software on your computer.
  • A Compiled standalone MATLAB program that AnyWave will execute.


The first way requires that the MATLAB application is installed on your computer.

The second way requires that the MATLAB Runtime is installed on your computer.
The MATLAB Runtime is freely available for people who don't have the MATLAB software. It allows to run MATLAB program even if MATLAB is not installed.
Most of the standalone plugins used by AnyWave require the MATLAB R2015a runtime which is available from the Mathworks website:
The MCR page on the Mathworks website

Be sure to download and install the R2018b version of the Runtime.

Where to install?

All MATLAB plugins must be installed in the /Documents/AnyWave/Plugins/MATLAB subfolder.
Depending on your platform, try to locate your user's Document folder. The AnyWave folder should be present there.

Most of the time, plugins are available in a .zip file.
Just unzip the archive in the /Documents/AnyWave/Plugins/MATLAB subfolder and launch AnyWave.
Check that your plugin was loaded by AnyWave by clicking on the View->Plugins menu.