lookup table for a function
古いコメントを表示
Hey guys I'm trying to use a lookup table for a function that is not monotonically increasing, but simulink is saying to me that the points of this function should be monotonically increasing. How do I do this:
3 件のコメント
dpb
2014 年 8 月 27 日
Use multiple tables where each complies with the rules -- but how are you going to know which is the correct response when there are two (or more) possible values (which, of course, is why the restriction in the first place)???
Danilo NASCIMENTO
2014 年 8 月 27 日
dpb
2014 年 8 月 27 日
I don't know Simulink but that surprises me that decreasing monotonically is an issue. Are you sure it is monotonic or does it have a repeated value, maybe?
Mayhaps need to see the data to comment further...
採用された回答
その他の回答 (1 件)
Amira benAmeur
2017 年 11 月 28 日
編集済み: Amira benAmeur
2017 年 11 月 29 日
0 投票
if you have decimal numbers in your data entries make sure that you didn't use ',' instead of '.' in the decimal number
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!