In the 2-d look up table how can we place the values to get same as like this graph.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
nani kalyan
il 23 Apr 2015
Commentato: Walter Roberson
il 6 Mag 2015
PLease help me friends... its very urgent for my project work.
Risposta accettata
Sebastian Castro
il 23 Apr 2015
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/176342/image.jpeg)
- Sebastian
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Dependency Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!