... | ... | @@ -62,25 +62,9 @@ runtime=R2024b |
|
|
You have to install the matching runtime version on your system.
|
|
|
AnyWave should detect it when starting up and when the time comes to run the plugin, it will setup the context to run the plugin with the required Runtime version.
|
|
|
|
|
|
# 3. check that AnyWave detects your plugin at startup
|
|
|
Close and relaunch AnyWave, your plugin should appear in the Processes menu.
|
|
|
# 5. [MATLAB API functions](/anywave/documentation/-/wikis/MATLAB_functions)
|
|
|
|
|
|
# IMPORTANT note about the init function
|
|
|
Before calling any anywave commands in your code, call the init function this way:
|
|
|
````matlab
|
|
|
args = anywave('init', varargin);
|
|
|
````
|
|
|
Be sure that your main function accepts varargin (cell array) argument.
|
|
|
````matlab
|
|
|
function main(varargin)
|
|
|
````
|
|
|
This will ensure that your plugin can be compiled and run by AnyWave as a standalone application.
|
|
|
The args variable is a structure/dictionnay that contains all useful properties you may use in your plugin.
|
|
|
|
|
|
The anywave application path, the current plugin directory, etc.
|
|
|
|
|
|
## [Make your plugin BIDS Pipeline compatible](/anywave/documentation/-/wikis/MATLAB_BIDS)
|
|
|
## 5.1 [Make your plugin BIDS Pipeline compatible](/anywave/documentation/-/wikis/MATLAB_BIDS)
|
|
|
|
|
|
## [DEBUG PLUGINS directly in MATLAB](/anywave/documentation/-/wikis/MATLAB_debug)
|
|
|
## 5.2 [DEBUG PLUGINS directly in MATLAB](/anywave/documentation/-/wikis/MATLAB_debug)
|
|
|
|
|
|
## [MATLAB API functions](/anywave/documentation/-/wikis/MATLAB_functions) |
|
|
\ No newline at end of file |