Matlab

Thread Starter

jagjit Sehra

Joined Feb 29, 2008
25
Hi Folks,
I have craeted a simple GUI program using MATLAB does anyone know how to convert that into a standalone application so that your machine does not have to have MATLAB on it to run it. Thank you in advance for your help!

Jag.
 

Dave

Joined Nov 17, 2003
6,969
The simple answer is that you would need to port the code across into another language. If the UI and underlying code is written in Matlab's M-language and you use integrated Matlab functions, then you will need to use the Matlab interpreter to use them.

Dave
 
Top