![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/308339/image.png)
lookup table error in simulink
35 ビュー (過去 30 日間)
古いコメントを表示
Hello I am trying to model a 2D lookup table in simulink. I am calling the break points and table data from workspace. When i run it it shows an error as "the number of dimensions specified by the 'Table data' parameter (1) must match the 'Number of table dimensions' parameter value (2)." but when I check the table dimensions are table data: 1x9000 and break point 1 : 1x9000 and break point 2: 1x9000 all are same. But still I am getting this error. Please guide me through it.
0 件のコメント
回答 (1 件)
Sai Sri Pathuri
2020 年 6 月 2 日
Check whether you have set Number of table dimesions to 1, since your data is one-dimensional
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/308339/image.png)
4 件のコメント
Sai Sri Pathuri
2020 年 6 月 2 日
Set Number of table dimensions (I highlighted it in above screenshot) to 1 in the dialog box, because your input is one-dimensional
参考
カテゴリ
Help Center および File Exchange で Programmatic Model Editing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!