- To update the data associated with the (3,5) and (4,6) entries in a 2-D Lookup Table
block, use breakpoints = [3 5;4 6].
ix1,...,ixN — Portion of lookup table
vectors
Portion of lookup table to update, specified as index vectors that select specific
breakpoints along each table dimension. For instance, to update a 2-D Lookup Table
block, specify two index vectors that identify the rows and columns to update. If you want
to update the portion of the table blocked out by entries 3 through 5 in the first dimension
and 7 through 10 in the second dimension, use ix1 = 3:5 and ix2 = 7:10.
Tips
- If you use writeBlockValue to update other retuned blocks in your model, exclude
the lookup table blockid from the list of blocks to update with that function.
See Also
writeBlockValue
Topics
“Validate Gain-Scheduled Control Systems” on page 11-46
Introduced in R2017b
writeLookupTableData