2D Lookup Table Block in Simulink Resulting in Error: Invalid setting for parameter 'Breakpoin​tsForDimen​sion1'

11 次查看(过去 30 天)
Hi. I am trying to figure out how to use a 2D lookup table in Simulink. So I created the following arbitrary table:
Data:
Breakpoint1:
Breakpoint2:
And when I try to use the Lookup Table block in Simulink, it gives me the following error:
I would appreciate it if someone could help me fix the error.

采纳的回答

madhan ravi
madhan ravi 2023-12-30
编辑:madhan ravi 2023-12-30
table_data = yourdata; % should be an array not a table
breakpoints1 = (1 : 5).'; % should be an array not a table
breakpoints2 = 1 : 5; % should be an array not a table

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Nonlinearity 的更多信息

产品


版本

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by