NEED HELP FAST! I have several problem about ASCII file.

3 visualizzazioni (ultimi 30 giorni)
della tan
della tan il 18 Lug 2018
Riaperto: Walter Roberson il 22 Dic 2018
So, I have a ASCII data file with unknown number (NaN). My teacher want me to change NaN into -99.9999. But when I tried so many times, the undefined variable error is appear. WHAT SHOULD I DO? Pls I appreciate if anyone can help :))

Risposte (1)

Image Analyst
Image Analyst il 18 Lug 2018
What did you try? Did you try the obvious
data(isnan(data)) = -99.9999;
?? What error message did you get?
  6 Commenti
della tan
della tan il 18 Lug 2018
i dont understand with "If you want to parse the strings into numbers, use textscan(), or sscanf(), or strsplit() with str2double()". Can you give me an exemple with my data?
Walter Roberson
Walter Roberson il 18 Lug 2018
It would be easier to go back to the original text data and import that properly, than to continue working with this badly input .xlsx

Accedi per commentare.

Categorie

Scopri di più su Data Type Conversion in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by