PLEASE HELP! HOW TO SOLVE THIS ASCII FILE

3 visualizaciones (últimos 30 días)
della tan
della tan el 18 de Jul. de 2018
Abierta de nuevo: Walter Roberson el 22 de Dic. de 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 comentarios
della tan
della tan el 18 de Jul. de 2018
this
Walter Roberson
Walter Roberson el 20 de Jul. de 2018
Please do not close questions that have an answer.

Iniciar sesión para comentar.

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Large Files and Big Data en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by