Difference between revisions of "AnyWave:Plugins MCR"

From WikiMEG
Jump to: navigation, search
(How to run MATLAB plugins)
Line 10: Line 10:
 
Most of the standalone plugins used by AnyWave require the MATLAB R2015a runtime which is available from the Mathworks website:<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]
+
[https://fr.mathworks.com/products/compiler/mcr.html|The MCR page on the Mathworks website]

Revision as of 15:00, 20 April 2017

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.
  • 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:

MCR page on the Mathworks website