This repository holds a MATLAB Toolbox which uses Maven to help:
- Develop in MATLAB
- Manage dependencies
- Manage lifecycle
<groupId>fx.maven</groupId>
<artifactId>maven</artifactId>
<version>1.0.0</version>
Install the latest MLTBX.
Make sure that all Maven artifacts are installed by running:
>> installMavenPlugin();
>> mkdir myNewFolder
>> cd myNewFolder
>> mksandbox myapp fx
>> installsandbox()
>> help maven
Although it can be used as a standalone, this Toolbox is meant to be used with: