Assigning data type to a new table variable
이전 댓글 표시
I have table T and have added a variable var3. The new variable is initiated empty. When I try to add data to it later, I get the following error.
Conversion to cell from double is not possible.
When I create the variable, how can I change the default data type from cell to double (or any other data type)?
댓글 수: 1
Image Analyst
2016년 11월 15일
How did you add the new var3 column to the table variable? And how did you try to add data to that column, and what kind of data was it (strings, or numbers)?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!