PLEASE HELP! HOW TO SOLVE THIS ASCII FILE

1 visualizzazione (ultimi 30 giorni)
della tan
della tan il 18 Lug 2018
Riaperto: Walter Roberson il 22 Dic 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 Commenti
Walter Roberson
Walter Roberson il 20 Lug 2018
Please do not close questions that have an answer.

Accedi per commentare.

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Large Files and Big Data in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by