フィルターのクリア

How to covert all table entries to non-cell?

1 回表示 (過去 30 日間)
Atanu
Atanu 2022 年 3 月 17 日
コメント済み: Atanu 2022 年 3 月 18 日
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?

回答 (1 件)

KSSV
KSSV 2022 年 3 月 17 日
Two options.
  1. While reading the table, you can specify the format of each column and read it. Read about the detectImportOptions.
  2. After reading the table, you can convert to the format you want. Read about datetime, str2num, str2double, etc.
  1 件のコメント
Atanu
Atanu 2022 年 3 月 18 日
Thanks for your comment. But I have the table already in the workspace. So I had to convert the data from the workspace.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeTables についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by