PLEASE HELP! HOW TO SOLVE THIS ASCII FILE

2 views (last 30 days)
della tan
della tan on 18 Jul 2018
Reopened: Walter Roberson on 22 Dec 2018
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 Comments
Walter Roberson
Walter Roberson on 20 Jul 2018
Please do not close questions that have an answer.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 18 Jul 2018
t = readtable('j3p0001c073.asc', 'readvar', false, 'HeaderLines', 74, 'FileType','text', 'treatasempty', '*');
  13 Comments
della tan
della tan on 19 Jul 2018
this is my last question, pls answer this. How to save in ASCII?

Sign in to comment.

Categories

Find more on Large Files and Big Data in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!