Can I put vectors in the table data of lookup tables?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Sahithi Metpalli
il 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 Commenti
Vedere anche
Categorie
Scopri di più su Tables in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!