How can i find lookup table, that was in R7,1, in R17a?
2 ビュー (過去 30 日間)
古いコメントを表示
In R7.1 Matlab was in Simulink/Lookup Tables/Lookup table function, what in R17 isn't. This function has been:
- write matlab: u=[0, 0.1, 0.2, 0.4, 0.7, 0.9, 1] and y=0:0.1:1
- Lookup Table right click/ Lookup Parameters.
- in Square bracket Vector of input values: [u] and Vector of output values: [y].
How i can use this old funtion in new Matlab version(2017)?
Best regards
Daniel
2 件のコメント
Rik
2018 年 9 月 26 日
Do you mean R14SP3 (version 7.1)? Also R17 doesn't exist.
I have no idea what you mean with that functionality. Instead of explaining the buttons you needed to click, could you explain what functionality you mean? We might be able to help you find/make a function that does something similar. I have the feeling ismember should help, although that function was already available in version 6.5.
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Lookup Tables についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!