필터 지우기
필터 지우기

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