In the 2-d look up table how can we place the values to get same as like this graph.
1 次查看(过去 30 天)
显示 更早的评论
PLease help me friends... its very urgent for my project work.
采纳的回答
Sebastian Castro
2015-4-23
This seems to be a 1-D lookup table, since the x-axis typically represents your lookup and the y-axis is your output.
You can parameterize this in a 1-D Lookup table block using MATLAB vectors as follows:
Table data: [5,10,5,10,10]
Breakpoints: [5,10,10.01,15,27]
Note that you can't have 2 values at EXACTLY the same time, so I entered one as 10.01. Feel free to break this requirement however you'd like.
- Sebastian
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dependency Analysis 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!