how to read NASA AMES FORMAT data
조회 수: 9 (최근 30일)
이전 댓글 표시
I havea data with '.nas' extension (NASA AMES FORMAT). Is there a way to read it. I tried readtable and dlmread. None would work.
Please see the data attached as .zip
an update: see the solution in 'answers'
댓글 수: 4
채택된 답변
SChow
2020년 7월 14일
댓글 수: 1
Walter Roberson
2020년 7월 16일
no, when you fopen you can give any file name. fopen does not use the file name to identify the type of the file in any way.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!