Cookiecutter template for creating a MATLAB Plugin
- Github repository: https://github.com/suever/matlab-plugin-cookiecutter
- Free software: MIT license
Generate a plugin template:
cookiecutter https://github.com/suever/matlab-plugin-cookiecutter.git
Then:
- Create a repository and put it there
- Modify your plugin to perform the desired actions
- Tag a release for your plugin (
git tag
) - Import your plugin from within MATLAB using the
plugin.PluginManager