Can I put vectors in the table data of lookup tables?
3 views (last 30 days)
Show older comments
when i try to type in a vector/matrix in the table data, there's a alert said that "Entry is not an valid finite number. Changes has been voided."
0 Comments
Answers (1)
Sahithi Metpalli
on 9 Mar 2020
You can use vectors as table data in the lookup table. Make sure that the data you use doesnot exceed the maximum value you use in the lookup table.
For example if the table data is 1:11 and maximumvalue is [5] you will get the error.
0 Comments
See Also
Categories
Find more on Tables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!