Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Documentation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • anywave
  • Documentation
  • Wiki
  • Write MATLAB plugin

Write MATLAB plugin · Changes

Page history
Update Write MATLAB plugin authored Jul 23, 2025 by Bruno Colombet's avatar Bruno Colombet
Hide whitespace changes
Inline Side-by-side
Showing with 10 additions and 3 deletions
+10 -3
  • Write-MATLAB-plugin.md Write-MATLAB-plugin.md +10 -3
  • No files found.
Write-MATLAB-plugin.md
View page @ ebad3cfe
......@@ -7,9 +7,16 @@ Documents\AnyWave\Plugins\MATLAB on Windows.
# Requirements
MATLAB.
AnyWave will detect the MATLAB installation when starting but it is also possible to set the path to the MATLAB installation in the Edit->Preferences menu.
About standalone (compiled) plugins: The matching MATLAB runtime must be installed in your system.
On Windows there is nothing special to do, if the Runtime is in the current system PATH, then the standalone plugin will find it.
AnyWave will detect the MATLAB installation when starting up.
However, if MATLAB was installed in a custom directory, it will be invisible to AnyWave.
To fix that, you must use a user.json file that must be located in the Settings folder.
See section Customise MATLAB.
If you want to distribute your plugin, the best tool is the MATLAB compiler which generate a standalone application.
The target compute must have the matching version of the MATLAB Runtime in order to run it.
AnyWave will detect runtimes installed on the computer if they have been installed in the default folder of your system.
Use user.json file to change path where runtimes are located in order for AnyWave to find them.
# 1. Use the Plugin Creation Assistant
![image](uploads/12aad30a7717996badcb3010e0298f72/image.png)
......
Clone repository
  • Build_AnyWave
  • CLI
  • CLI_List
  • Changes
  • ExportData
  • ICA
  • Imaginary Coherence
  • MATLAB anywave function
  • MATLAB_BIDS
  • MATLAB_change_sig_prop
  • MATLAB_debug
  • MATLAB_get_data
  • MATLAB_get_markers
  • MATLAB_get_props
  • MATLAB_init
View All Pages