PLEASE HELP! HOW TO SOLVE THIS ASCII FILE

1 vue (au cours des 30 derniers jours)
della tan
della tan le 18 Juil 2018
Rouvert : Walter Roberson le 22 Déc 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 commentaires
della tan
della tan le 18 Juil 2018
this
Walter Roberson
Walter Roberson le 20 Juil 2018
Please do not close questions that have an answer.

Connectez-vous pour commenter.

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Large Files and Big Data dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by