Can Matlab Exe run in a system without having matlab installed..???
1 view (last 30 days)
Show older comments
Can we run the Matlab Generated .exe in a system that is not having matlab software installed. And how can I run the exe generated in a 32 bit system in a 64 bit system... ?????
0 Comments
Answers (1)
Image Analyst
on 6 May 2013
If you have the MATLAB Compiler Toolbox, you can do that. But you'll still have to install the MATLAB Compiler Runtime libary so that your app will be able to make calls to the MATLAB library. You can compile a 32 bit app on a 32 bit system, but not a 64 bit app. A person with a 64 bit OS can run your app - it will install in the Program Files (x86) folder but should run just fine.
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!