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

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?

 Accepted 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.

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!