Data Upload
조회 수: 7 (최근 30일)
이전 댓글 표시
How can I build my own m file to retrieve the data from my hard drive. The format of the data I want to import is ANTH302z.03D
Below is the location where the data is stored
C:\work\data\2003\302
Any suggestions will be appreciated.
댓글 수: 0
답변 (1개)
Matt Kindig
2012년 4월 12일
Depending on the format of the file, this can vary substantially between trivial and impossible. Do you have any information about the format specification? Is it a binary or ASCII (text file)? If you open the file in a text editor (Notepad or similar), is the text meaningful? Without some more information about the file format, we will be unable to help you further.
I did a quick Google search for *.03D files and couldn't find anything.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Import and Export에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!