Removing NaNs from imported table
189 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ilay Green
le 14 Jan 2023
Commenté : Star Strider
le 14 Jan 2023
Hey everyone,
I am trying to remove all the NaNs from an imported table with readtable() (.xlsx file).
i've tried using isnan() but without success.
assuming all i have right now is:
R = readtable('blabla')
how can i remove the NaNs and keep the save the new table?
- table looks like this:
thanks for the help!
0 commentaires
Réponse acceptée
Voir également
Catégories
En savoir plus sur Logical 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!