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

3 次查看(过去 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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by