MATLAB: Packaging the GUI created in the Windows OS to make it executable on Linux.

app designerlinuxMATLABMATLAB Compiler

I'm using MATLAB on windows OS and made a GUI by using App designer of MATLAB. I want to use the GUI on Linux OS without installing the Matlab on it. May I ask if there is some way to make the distribution package for Linux OS?

Best Answer

No. You would need to do one of:
  1. Install Linux on your Windows machine, install your MATLAB there including compiler (it's the same host so although you need to activate again it, running the second OS is within the license terms). Generate the executable for Linux, take it over to the other machine; OR
  2. Install a Windows emulator on your Linux machine.