What can be the reasons that mcc command does not generate wrapper file while creats exe file?
Ältere Kommentare anzeigen
I am trying to use mcc command to compile my code, although Matlab recognizes Microsoft Windows SDK 7.1 as compiler and generates the exe file, it does not create any script file. How can I fix this?
Thanks,
Antworten (2)
Titus Edelhofer
am 7 Mai 2015
0 Stimmen
Hi Hoda,
if it creates the .exe what other script are you expecting? Can you start the executable?
Titus
Hoda
am 7 Mai 2015
0 Stimmen
1 Kommentar
Titus Edelhofer
am 7 Mai 2015
Hi Hoda,
"run_mycode.sh" sounds like you want to run the executable on a Linux box? That's not possible, you have to compile on the same platform. For running the executable on another (Windows) machine take a look at the section "deploy to others" in the documentation. Depending on the version of MATLAB you are using it's basically running the MatlabCompilerRuntime installer once on the target machine. This you find in matlab\toolbox\compiler\deploy\win64 ...
Titus
Kategorien
Mehr zu Package MATLAB Functions finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!