PLEASE HELP! HOW TO SOLVE THIS ASCII FILE

3 ビュー (過去 30 日間)
della tan
della tan 2018 年 7 月 18 日
再開済み: Walter Roberson 2018 年 12 月 22 日
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 件のコメント
della tan
della tan 2018 年 7 月 18 日
this
Walter Roberson
Walter Roberson 2018 年 7 月 20 日
Please do not close questions that have an answer.

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 7 月 18 日
t = readtable('j3p0001c073.asc', 'readvar', false, 'HeaderLines', 74, 'FileType','text', 'treatasempty', '*');
  13 件のコメント
della tan
della tan 2018 年 7 月 19 日
this is my last question, pls answer this. How to save in ASCII?
Walter Roberson
Walter Roberson 2018 年 7 月 20 日
save with the -ascii flag.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLarge Files and Big Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by