- While reading the table, you can specify the format of each column and read it. Read about the detectImportOptions.
- After reading the table, you can convert to the format you want. Read about datetime, str2num, str2double, etc.
How to covert all table entries to non-cell?
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a table where all the entries are as 1*1 cell array. Here is part of table attached.
test_data.date(1)
ans =
1×1 cell array
{'02/10/2022'}
How can I convert all table entries to non cell native data types?
댓글 수: 0
답변 (1개)
KSSV
2022년 3월 17일
Two options.
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!