Standalone is not running, but projecto works fine

1 次查看(过去 30 天)
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 个评论
Matt J
Matt J 2012-11-26
编辑:Matt J 2012-11-26
What are the error messages when you run the .exe in a cmd window?

请先登录,再进行评论。

回答(2 个)

Image Analyst
Image Analyst 2012-11-26
  5 个评论
Image Analyst
Image Analyst 2012-11-26
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 2012-11-26
What evidence do you have that it is not working properly?

请先登录,再进行评论。


Walter Roberson
Walter Roberson 2012-11-26
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?

类别

Help CenterFile Exchange 中查找有关 Platform and License 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by