Can I put vectors in the table data of lookup tables?
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Sahithi Metpalli
2020년 3월 9일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!