Can Matlab Exe run in a system without having matlab installed..???
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Image Analyst
el 6 de Mayo de 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 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!