Reputation: 663
I would like to know the easiest way to create a stand alone exe for MATLAB code. I do not have the MATLAB compiler. (Mathworks asks you to buy a license).
MATLAB is the only programming language I know. Step by step instructions (especially for non-MATLAB stuff) would be appreciated.
ver: MATLAB Version 7.10.0.499 (R2010a) Operating System: Microsoft Windows 7 Version 6.1 (Build 7600) Java VM Version: Java 1.6.0_12-b04 with Sun Microsystems Inc. Java
Upvotes: 4
Views: 2607
Reputation: 3032
If it's pure MATLAB code, you can try the method that I proposed on programmers.SE (here) :
"You can use the free scilab to C converter. The procedure would be
Ideally no knowledge of Scilab is needed in the process and it's easy enough to take some time try this solution (in practice, it's maybe not as simple ...)
Note : I didn't try this but it's a solution I envisage myself for similar reasons."
Otherwise as noted by gnovice, the MATLAB compiler is mandatory.
Upvotes: 5