Difference between revisions of "AnyWave:Plug-ins"

From WikiMEG
Jump to: navigation, search
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Configure AnyWave for MATLAB plugins=
+
__NOTOC__
The list of plugin below proposes some plugin written in MATLAB. Those plugins require the MATLAB Runtime to be installed on your computer.<br/>
+
For Windows, you need to install the MATLAB 2018b runtime.<br/>
+
For Mac, you need to install the MATLAB 2020a runtime.<br/>
+
==Install the MATLAB Runtime==
+
- Install the required MATLAB runtime for you platform (See the mathworks website to download and install the runtime)<br/>
+
- Configure AnyWave to use the correct version of the runtime (Mac only) using the Edit->Preferences->MATLAB menu option.<br/>
+
The path on Mac should be something close to '''/Applications/MATLAB_Runtime/v98'''<br/>
+
Close and relaunch AnyWave.<br/>
+
==Install the Plugin==
+
- Windows : unzip in Documents\AnyWave\Plugins\MATLAB<br/>
+
- Mac: unzip in /users/username/AnyWave/Plugins/MATLAB
+
- Launch AnyWave.<br/>
+
 
=Available Plugins=
 
=Available Plugins=
 
{| style="text-align: center;"
 
{| style="text-align: center;"
Line 17: Line 5:
 
| Name || Description || Type (click on type to see how to install) || Download
 
| Name || Description || Type (click on type to see how to install) || Download
 
|-
 
|-
| Delphos ||  [[File:delphos.png|200px|link=AnyWave:Delphos]] || [[File:Matlab_Logo.png|100px|link=AnyWave:Faq#How_to_install_a_plug-in]] || [[File:Windows_logo.png|100px|link=https://meg.univ-amu.fr/AnyWave/plugins/windows/delphos/download_win64.html]] [[File:Apple.png|100px|link=https://meg.univ-amu.fr/AnyWave/plugins/mac/delphos/download_mac.html]]
+
| Delphos and Viewer ||  [[File:delphos.png|200px|link=AnyWave:Delphos]] || [[File:Matlab_Logo.png|100px]] || [[File:Windows_logo.png|100px|link=https://meg.univ-amu.fr/AnyWave/plugins/windows/delphos/download_win64.html]] [[File:Apple.png|100px|link=https://meg.univ-amu.fr/AnyWave/plugins/mac/delphos/download_mac.html]]
 
|-
 
|-
| Epileptogenicity Index || [[File:EI GUI.PNG|200px|link=AnyWave:Plugin EI]] || [[File:Matlab_Logo.png|100px|link=AnyWave:Faq#How_to_install_a_plug-in]] || [[File:Windows_logo.png|100px|link=https://meg.univ-amu.fr/AnyWave/plugins/windows/EI.zip]] [[File:Apple.png|100px|link=https://meg.univ-amu.fr/AnyWave/plugins/mac/EI.zip]]
+
| Epileptogenicity Index || [[File:EI GUI.PNG|200px|link=AnyWave:Plugin EI]] || [[File:Matlab_Logo.png|100px]] || [[File:Windows_logo.png|100px|link=https://meg.univ-amu.fr/AnyWave/plugins/windows/EI.zip]] [[File:Apple.png|100px|link=https://meg.univ-amu.fr/AnyWave/plugins/mac/EI.zip]]
 
|-
 
|-
| Graph Compare || [[File:GraphCompare.png|200px|link=AnyWave:GraphCompare]] || [[File:Matlab_Logo.png|100px|link=AnyWave:Faq#How_to_install_a_plug-in]] || n/a
+
| Graph Compare || [[File:GraphCompare.png|200px|link=AnyWave:GraphCompare]] || [[File:Matlab_Logo.png|100px]] || n/a
 
|-
 
|-
| h² || [[File:H2.png|200px|link=AnyWave:H2]] || [[File:Cpp.png|100px]]  || Included in AnyWave
+
| h²/r² Graphs || View connectivity graphs [[AnyWave:H2|How to use]] || [[File:Cpp.png|100px]]  || Included in AnyWave
|-
+
| ICA || [[File:ICA.png|200px|link=AnyWave:ICA]] || [[File:Cpp.png|100px]]  || Included in AnyWave
+
 
|-
 
|-
 
| Time/Frequency || [[File:TF.png|200px|link=AnyWave:TimeFrequency]] || [[File:Cpp.png|100px]]  || Included in AnyWave
 
| Time/Frequency || [[File:TF.png|200px|link=AnyWave:TimeFrequency]] || [[File:Cpp.png|100px]]  || Included in AnyWave
 
|}
 
|}
 +
 +
==Requirements for MATLAB plugins==
 +
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/>
 +
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.<br/>
 +
- MacOs: put the plugin folder in /users/johndoe/AnyWave/Plugins/MATLAB.<br />
 +
- Linux: put the plugin folder in /home/johndoe/AnyWave/Plugins/MATLAB.<br />
 +
 +
=Run plugins from the command line=

Revision as of 09:37, 4 March 2021

Available Plugins

Name Description Type (click on type to see how to install) Download
Delphos and Viewer Delphos.png Matlab Logo.png Windows logo.png Apple.png
Epileptogenicity Index EI GUI.PNG Matlab Logo.png Windows logo.png Apple.png
Graph Compare GraphCompare.png Matlab Logo.png n/a
h²/r² Graphs View connectivity graphs How to use Cpp.png Included in AnyWave
Time/Frequency TF.png Cpp.png Included in AnyWave

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.

Run plugins from the command line