MATLAB: Compiler problem: create standalone application for Windows on a mac

compilermac os xproblemstandalone applicationwindows

Hi, I want to make a standalone application for Windows, but I have to do the compiling on a Mac. After compiling, in the 'for_redistribution' folder a folder is created that ends on .app. How do I install this? In the video tutorial I watched there should be a .exe file?

Best Answer

Hi,
this is not possible. If you want to get an EXE with MATLAB Compiler you would need to compile on a Windows machine.
Related Question