필터 지우기
필터 지우기

user input into simulink model

조회 수: 25 (최근 30일)
Suma
Suma 2014년 9월 6일
답변: Suma 2014년 9월 6일
Hi,
I want to provide input to simulink model which has function block. How do I provide input such that when the model is run it ask the user to input values?
eg. in regular script we have for example,
X = input('Enter the value of X=');
So I want to have this incorporated in simulink model design or inside function block like-
if true
function y = fcn(w, X)
X = input('Enter the value of X=');
.... ....
end
I tried From workspace but could not get it work
Thanks

답변 (2개)

Rick Rosson
Rick Rosson 2014년 9월 6일
  댓글 수: 3
Rick Rosson
Rick Rosson 2014년 9월 6일
Please post a separate question to this forum.

댓글을 달려면 로그인하십시오.


Suma
Suma 2014년 9월 6일
hi,
i looked at the call back function, but it was difficult for me
i put X = input('Enter the value of X='); in various function call but could not stop execution thereafter, i also looked for examples but could not find suitable one
could anyone share illustrative example
thanks

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by