MATLAB: How to deploy an Application in MATLAB

application deployment

I have written a project in Image processing area, with GUI in MATLAB. How to deploy it?I want EXE file for GUI.

Best Answer

Use the deploytool
Related Question