MATLAB: How to make a standalone of a matlabfile on a mac computer and use the standalone on a linux computer

linuxmacstandalone

I have to make a standalone of some matlabfiles on a mac computer. This standalones must run on a linux computer. I use the matlab compiler, but this give me .app files? How do I get the right files for a linux computer? (I know that I have to install Matlab Runtime on the linux computer)

Best Answer

You dual-boot the Mac into Linux and compile there.
It is not possible at this time to compile for a different operating system, with the exception that on 64 bit MS Windows systems if you use the 32 bit MATLAB then it can compile for 32 bit MS Windows (those are considered different operating systems families as the binaries are not compatible.)