what is .data extension in matlab
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
Risposte (1)
Cris LaPierre
il 26 Mag 2024
Modificato: Cris LaPierre
il 26 Mag 2024
It is not an extension. X is a structure with a field named 'data'.
Learn more here: Structure arrays
0 Commenti
Vedere anche
Categorie
Scopri di più su Data Import and Analysis in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!