Check all values in a table if any is "NAN"

41 vues (au cours des 30 derniers jours)
Zeynab Mousavikhamene
Zeynab Mousavikhamene le 8 Oct 2019
I have a table that has multiple column and rows. I want to say if any value in the table was "NAN" then change the value from "NAN" to 1.
Any suggestion?
  2 commentaires
Rik
Rik le 8 Oct 2019
This is not your first question. What have you tried so far on your own? And are you aware of the isnan function?
Zeynab Mousavikhamene
Zeynab Mousavikhamene le 8 Oct 2019
Modifié(e) : Zeynab Mousavikhamene le 8 Oct 2019
@Rik Yeah I know isnan. The problem I have is that I dont want to use for loop to search each element of the table.

Connectez-vous pour commenter.

Réponse acceptée

the cyclist
the cyclist le 8 Oct 2019
This may work for your case
tbl = fillmissing(tbl,'constant',1);
assuming the NaNs are the only values that count as missing for you.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by