user input into simulink model
Mostra commenti meno recenti
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
Risposte (2)
Rick Rosson
il 6 Set 2014
0 voti
3 Commenti
Rick Rosson
il 6 Set 2014
Please post a separate question to this forum.
Suma
il 6 Set 2014
Suma
il 6 Set 2014
0 voti
Categorie
Scopri di più su Interactive Model Editing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!