필터 지우기
필터 지우기

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일
편집: 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 CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by