Importing Excel-Spreadsheet with columns of NaN
Afficher commentaires plus anciens
Hi,
I have a large dataset in an Excel-Spreadsheet which contains some columns with only NaN. The first row of the spreadsheet contains the column names (strings).
I would like to find the column names that are associated with NaN-columns. Is there a way to do this?
Thanks!
Réponses (1)
nl2605
le 12 Mar 2014
0 votes
Use xlsread. [num,txt,raw] = xlsread('filename.xlsx'); and then check with 'isnan' to get the corresponding column name.
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!