Simulink and gui and Standalone executabel?
古いコメントを表示
I made a program that runs in several gui, the program allows you to change the parameters of a proposed simulink, and also allows to do, in the end, simulations where the results appear in scopes. Wanted to know if it is possible to make this a standalone application from matlab, ie if it is possible to run this application on a computer that does not have matlab?
回答 (5 件)
Andreas Goser
2013 年 1 月 14 日
1 投票
The was a question recently and my question was accepted. Maybe this works out for you:
6 件のコメント
Kaustubha Govind
2013 年 1 月 14 日
You might also find this solution useful: How can I create a standalone executable of a MATLAB GUI which calls a Simulink model?
Uwe
2014 年 6 月 11 日
Hello Kaustubha,
the link seems to be broken. May you send me an updated link, where I can find a description of how to generate an executable of my Matlab GUI, that calls a simulink model and allows the user to change its parameters.
Thanks!
Uwe
Kaustubha Govind
2014 年 6 月 12 日
Uwe: The solution has been moved to this URL: http://www.mathworks.com/matlabcentral/answers/97161-how-can-i-create-a-deployable-standalone-executable-from-a-matlab-application-that-calls-a-simulink
Uwe
2014 年 6 月 16 日
Well, the link does not work. Maybe you have to set up the description for new?
Thanks again!
Uwe
Kaustubha Govind
2014 年 6 月 16 日
Uwe: Sorry, the link worked when I posted it. I would recommend contacting MathWorks Support and asking for a working link to the solution.
Andreas Goser
2015 年 3 月 9 日
Shashank Prasanna
2013 年 1 月 14 日
0 投票
Most command line functionality and custom GUIs are supported, all shipped GUIs are not supported for compilation and distribution. http://www.mathworks.com/products/compiler/supported/compiler_support.html
Shashank Prasanna
2013 年 1 月 14 日
0 投票
You can't deploy simulink applications as it is. Your only way out is to use Simulink Coder (formerly Real-Time Workshop) to generate C code which can be compiled into an executable. This executable can then be called from a MATLAB GUI via a MEX interface. MATLAB compiler supports deploying MATLAB GUIs as executable so you can compile the whole application in order to share it. Unfortunately there is not quick way to do this.
2 件のコメント
Rinachi Garg
2013 年 10 月 3 日
How do we call executable form MATLAB GUI via MEX interface?
Bharath Vuppala
2014 年 4 月 17 日
Hi shashank,
Can u please help me in doing this..? Please share some videos or doc which will guide me doing so
Algesjoia Costa
2013 年 2 月 21 日
0 投票
3 件のコメント
Rinachi Garg
2013 年 10 月 3 日
If you got a solution to your problem, can you please share it with me. I am also struggling with exactly same issue.
Thanks a lot.
Mark Tom
2015 年 5 月 9 日
struggling with this damn issue too .
sarath krishna
2015 年 6 月 16 日
If you got a solution to your problem, can you please share it with me
カテゴリ
ヘルプ センター および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!