フィルターのクリア

How can I send a value from GUI to constant block in Simulink Model?

2 ビュー (過去 30 日間)
bayram özmen
bayram özmen 2017 年 12 月 12 日
コメント済み: KL 2017 年 12 月 12 日
I have threee constant block. And I want to value to those from GUI when ı pushed the button after ı take value from edit text blocks.

採用された回答

Birdman
Birdman 2017 年 12 月 12 日
As far as I know, edit text blocks takes input arguments as string. What you need to do is to use set_param command and convert the variables to double by using str2double command.
We have had a previous discussion about it, so please refer to that discussion. Here is an example:
set_param('gui/Constant','Value','i')
set_param('gui/Constant1','Value','j')
Do not forget to convert these values to double.
  12 件のコメント
Birdman
Birdman 2017 年 12 月 12 日
Okay that's good.
KL
KL 2017 年 12 月 12 日
this is not recommended...
@Birdman: yet you recommend it.
@bayram özmen: Please be warned about the risks associated with using assignin.

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

その他の回答 (0 件)

カテゴリ

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