フィルターのクリア

what is .data extension in matlab

8 ビュー (過去 30 日間)
shawin
shawin 2024 年 5 月 25 日
編集済み: Cris LaPierre 2024 年 5 月 26 日
Hi,
I have the code below:
X=importdata('test.csv');
B = X.data;
I searched for the .data extenion file type , but could not find explaination in matlab !!
please could you explain what is this file type and when i can use it!!!
why not use csv read ? instead of importdata() !!!
Thanks
  1 件のコメント
Cris LaPierre
Cris LaPierre 2024 年 5 月 26 日
I would consider using readtable or readmatrix instead

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

回答 (1 件)

Cris LaPierre
Cris LaPierre 2024 年 5 月 26 日
編集済み: Cris LaPierre 2024 年 5 月 26 日
It is not an extension. X is a structure with a field named 'data'.
Learn more here: Structure arrays

カテゴリ

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

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by