2D Lookup Table Editor plot error

2 Ansichten (letzte 30 Tage)
Joris Naudin
Joris Naudin am 27 Dez. 2021
Kommentiert: Joris Naudin am 5 Jan. 2022
Hi,
I created a 2D lookup table which works perfectly fine and even displays the preview of the table as an icon.
However, if I want to visualize the table with the editor's plot, it gives me this error:
"Size vector elements should be nonnegative"
Obviously, the vectors aren't negative since the table works fine. Why is the editor's plot not working ?
I attached the table and the simulink file.
Cheers

Antworten (1)

Priyanka Kondapalli
Priyanka Kondapalli am 5 Jan. 2022
Hi,
Based on my understanding, you are trying to visualize the data in the table. There are two workarounds to do this
If you want to visualize the 2D lookup table data along with the approximation function used, you can right click on the block, go to Look Up Table Editor > Plot. Please follow the below link for more information
If the intent is to visualize the data from the 2D lookup table, you can rearrange the input and output and plot the data using scatter3 function.
  1 Kommentar
Joris Naudin
Joris Naudin am 5 Jan. 2022
Well, that's the point: for some reason the Look Up Table Editor > Plot doesn't work

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Simulink Functions finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by