what is .data extension in matlab
5 次查看(过去 30 天)
显示 更早的评论
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
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!