Plugins Menu
This menu allows access to custom plugins.
The plugins should be placed under mib->Plugins directory as PLUGIN_GROUP_NAME/PLUGIN_NAME, where PLUGIN_GROUP_NAME is a directory with similarly grouped plugins. PLUGIN_NAME - is a directory with the actual plugin. The name of controller for each plugin should be formed as: PLUGIN_NAMEController, for example mytestController.m. So the full filename may look like this:
c:\Matlab\Scripts\mib\Plugins\MyPlugings\myPlugin\myPluginController.m
Please check the contents of Plugins->Tutorials for examples. See more in the corresponding tutorials .
Back to Index --> User Guide --> Menu