Filter löschen
Filter löschen

Standalone is not running, but projecto works fine

1 Ansicht (letzte 30 Tage)
Jose
Jose am 26 Nov. 2012
Hi! I have done a program on Matlab. Everything is working OK. However, when I build the standalone using the deploytool, the .exe file doesn't work properly.
Any suggestions?
  1 Kommentar
Matt J
Matt J am 26 Nov. 2012
Bearbeitet: Matt J am 26 Nov. 2012
What are the error messages when you run the .exe in a cmd window?

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Image Analyst
Image Analyst am 26 Nov. 2012
  5 Kommentare
Image Analyst
Image Analyst am 26 Nov. 2012
Again, "it doesn't work" is not sufficient information for us to debug your problem. If you don't want to share the exact error messages here, then you can call the Mathworks and ask them. If you can't see it, then run the program from a console window ("DOS prompt") - if you do that the messages will stay up rather than vanishing. Or else run the program with the ! command in the MATLAB command window:
>> !myprogram.exe
Walter Roberson
Walter Roberson am 26 Nov. 2012
What evidence do you have that it is not working properly?

Melden Sie sich an, um zu kommentieren.


Walter Roberson
Walter Roberson am 26 Nov. 2012
Are you passing in command line arguments? If so are you aware that all command line arguments are received as strings and not as numeric values?
  1 Kommentar
Jose
Jose am 26 Nov. 2012
No, i'm not. It has a GUI and doesn't user command line arguments

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Platform and License finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by