Importing large files to double with a "." as a missing value
Mostra commenti meno recenti
I have many large files in excel . I am using the excel import function but the issue is that it shows all columns as cell columns because whenever there is a missing value the cell has a dot "." instead of nan or empty cell. Changing them manually is very tedious. Is there a way to force matlab to import all columns as vector columns while replacing the "." with a nan value?
2 Commenti
KSSV
il 20 Nov 2016
Have you tried
[num,txt,raw] = xlsread('myfile.xlsx')
Star Strider
il 20 Nov 2016
It would be much easier to give you a specific solution if we had your file (or a representative part of it) to work with.
Risposta accettata
Più risposte (1)
Danielle Leblance
il 20 Nov 2016
0 voti
Categorie
Scopri di più su Large Files and Big Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!