PLEASE HELP! HOW TO SOLVE THIS ASCII FILE
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuestas (1)
Walter Roberson
el 18 de Jul. de 2018
t = readtable('j3p0001c073.asc', 'readvar', false, 'HeaderLines', 74, 'FileType','text', 'treatasempty', '*');
13 comentarios
Ver también
Categorías
Más información sobre Large Files and Big Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!