Why am I getting select cells with NaN when I import my data?

3 vues (au cours des 30 derniers jours)
Josh Hershman
Josh Hershman le 26 Mar 2018
I'm trying to import a 73x2 table from a .txt file into Matlab. Everything in the first column shows up correctly in the preview before I import, however, there are issues with the second column. 16 out of the 73 elements are replaced by NaN, scattered (seemingly randomly) throughout. The .txt file I have the data in simply has the two numbers, separated with a space, followed by a semicolon after the second number. I tried to look for a relation between the cells that didn't get properly imported (IE, the length of the number), but there wasn't one.
  3 commentaires
KSSV
KSSV le 26 Mar 2018
Show us your code and attach your text file....
Josh Hershman
Josh Hershman le 26 Mar 2018
My apologies, I've edited my original post to include the .txt file.

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 26 Mar 2018
data = load('bananas.txt');
seems to do fine.

Plus de réponses (0)

Catégories

En savoir plus sur Standard File Formats dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by