Using a lookup table with mfile data

I'm making a model to model engine speed vs torque and created a m-file with the following code to put my values into arrays.
w=[700 800 900 1000 1100 1200 1300]
T=[40 42 50 56 70 90]
wint=700:10:1300
Tint=spline(w,T,wint)
Save flywheel wint Tint
The mfile was given to me by a TA. I then created the simulink diagram as also instructed but when I get to the portion to set the parameters for the lookup table im lost. First what lookup table should I use, and second my directions tell me to make the input=wint and the output=Tint. This makes sense but where do I enter these previously saved arrays and do I just put in wint and Tint or do I have to enter the individual values for each array. This would seem to defeat the purpose of creating them in the first place.
Thank You

类别

帮助中心File Exchange 中查找有关 Large-Scale Modeling 的更多信息

提问:

2012-2-5

回答:

2025-12-23

Community Treasure Hunt

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

Start Hunting!

Translated by