PLEASE HELP! HOW TO SOLVE THIS ASCII FILE

조회 수: 2 (최근 30일)
della tan
della tan 2018년 7월 18일
다시 열림: Walter Roberson 2018년 12월 22일
So, I just download altimetry data which have asc format and I need to change NaN data into several number. But I dont know where to start because matlab is new to me. When I convert to excel, this file have 5 columns, and 709 rows. Let me know your answer :) Pls I need your help..
  댓글 수: 6
della tan
della tan 2018년 7월 18일
this
Walter Roberson
Walter Roberson 2018년 7월 20일
Please do not close questions that have an answer.

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2018년 7월 18일
t = readtable('j3p0001c073.asc', 'readvar', false, 'HeaderLines', 74, 'FileType','text', 'treatasempty', '*');
  댓글 수: 13
della tan
della tan 2018년 7월 19일
this is my last question, pls answer this. How to save in ASCII?
Walter Roberson
Walter Roberson 2018년 7월 20일
save with the -ascii flag.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by