- 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?
4 次查看(过去 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!