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

2 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 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 :))

Respuestas (1)

Image Analyst
Image Analyst el 18 de Jul. de 2018
What did you try? Did you try the obvious
data(isnan(data)) = -99.9999;
?? What error message did you get?
  6 comentarios
della tan
della tan el 18 de Jul. de 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 el 18 de Jul. de 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

Iniciar sesión para comentar.

Categorías

Más información sobre Data Type Conversion 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!

Translated by