MATLAB: Can I generate an app from Matlab R2010a

MATLAB Compilermatlab gui

I have a image compression code, I will make a good gui to this code but my problem is whow can I generate an application I mean an program (.exe) which can minimize the time of excution of my code?. but I have R2010a Matlab Product

Best Answer

You have to purchase the MATLAB Compiler. Though I'm not sure it will speed up your application that much. In my cases it doesn't make a noticeable difference. Compiling is mostly so that you can run your app on computers of other people who have not bought the full blown MATLAB development environment product - they can run your compiled app for free.
Related Question