필터 지우기
필터 지우기

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
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 CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by