Modifying the MATLAB » History » Version 2
Chris Cannam, 2014-03-12 02:03 PM
1 | 1 | Chris Cannam | h1. Modifying the MATLAB |
---|---|---|---|
2 | 1 | Chris Cannam | |
3 | 2 | Chris Cannam | h2. Context |
4 | 2 | Chris Cannam | |
5 | 2 | Chris Cannam | You want to change something in the MATLAB code and deploy the changed version. |
6 | 2 | Chris Cannam | |
7 | 2 | Chris Cannam | h2. You will need |
8 | 2 | Chris Cannam | |
9 | 2 | Chris Cannam | * A computer with a licensed copy of MATLAB. This step uses the "mcc" compiler included in the MATLAB distribution. |
10 | 2 | Chris Cannam | * The Java development kit (JDK) of whichever version your MATLAB installation expects. Current MATLAB seems to call for Java 7. |
11 | 2 | Chris Cannam | |
12 | 2 | Chris Cannam | You do _not_ need the separate MATLAB compiler runtime package at this stage. |