Simulink and gui and Standalone executabel?

6 ビュー (過去 30 日間)
Algesjoia Costa
Algesjoia Costa 2013 年 1 月 14 日
コメント済み: sarath krishna 2015 年 6 月 16 日
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
Andreas Goser 2013 年 1 月 14 日
The was a question recently and my question was accepted. Maybe this works out for you:
  6 件のコメント
Kaustubha Govind
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
Andreas Goser 2015 年 3 月 9 日
Please use the bug report instead of the article that was taken offline.

サインインしてコメントする。


Shashank Prasanna
Shashank Prasanna 2013 年 1 月 14 日
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

Algesjoia Costa
Algesjoia Costa 2013 年 1 月 14 日
this doesn´t work for me:(
What i trying to know if that is possible to have a gui that change the parameters of a simulink model in a standalone apllication.
I read some stuf and i don´t come to any solution, but i think maybe, i have to use realtimeworkshop.
My question is: Can i change parameters of a simulink model with a gui, simulate and then change again the parameters and then simulate again, but in a standalone apllication?

Shashank Prasanna
Shashank Prasanna 2013 年 1 月 14 日
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
Rinachi Garg 2013 年 10 月 3 日
How do we call executable form MATLAB GUI via MEX interface?
Bharath Vuppala
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
Algesjoia Costa 2013 年 2 月 21 日
I have a a standalone apllication that changes the parameters of a simulink and then make it run! I want to use this all process without matlab.
I know to that set_parameter doesn´t work is this way, so i trying other solution to do that.
I trying that my simulink project load the block parameters from a File.mat.
I know that executable simulink work well if the data is load by the block from file, is possible with this block changes the parametrs of others parametrs blocks, such as constants, numerator and denominador??
others words, can i change block parameters wihtout matlab? without set_param() function?
  3 件のコメント
Mark Tom
Mark Tom 2015 年 5 月 9 日
struggling with this damn issue too .
sarath krishna
sarath krishna 2015 年 6 月 16 日
If you got a solution to your problem, can you please share it with me

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by