user input into simulink model
52 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(2 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Verification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!