Borrar filtros
Borrar filtros

what is .data extension in matlab

8 visualizaciones (últimos 30 días)
shawin
shawin el 25 de Mayo de 2024
Editada: Cris LaPierre el 26 de Mayo de 2024
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

Respuestas (1)

Cris LaPierre
Cris LaPierre el 26 de Mayo de 2024
Editada: Cris LaPierre el 26 de Mayo de 2024
It is not an extension. X is a structure with a field named 'data'.
Learn more here: Structure arrays

Categorías

Más información sobre Standard File Formats en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by