フィルターのクリア

How can I import a data to constant block that into the different simulink model?

1 回表示 (過去 30 日間)
bayram özmen
bayram özmen 2017 年 11 月 30 日
コメント済み: Birdman 2017 年 11 月 30 日
I have a simulink model that its name is gui. And I want to send two data from gui to simulink model'S constant block. How can I do this?

採用された回答

Birdman
Birdman 2017 年 11 月 30 日
You should use set_param command as follows:
set_param('gui/Constant','Value','i')
set_param('gui/Constant1','Value','j')
  10 件のコメント
bayram özmen
bayram özmen 2017 年 11 月 30 日
I will not be able to do,i have to go lesson. can i send tomorrow? Thank you so much for your interest.
Birdman
Birdman 2017 年 11 月 30 日
Yeah sure. Have a nice lesson.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSchedule Model Components についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by