When I deploy my project to an exe file and bring it into another, which computer hasn't installed MATLAB yet, does it work fine or do I need to install something?

For example, Java apps need the Java JRE/JDK.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

It looks like the MATLAB compiler may need to be present at the target computer. Using MATLAB command

mcrinstaller

should provide the location of the installer on the host machine. This application is shipped with MATLAB installation and should be redistributed with MATLAB executables. Here's an article on that.

MATLAB executables which work with .Net, Java or Excel will need installation of .Net, Java or Excel in addition to the compiler.

The official information on redistribution is available here.

link|improve this answer
Thank you very much! – akbonbay Nov 10 '11 at 11:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.