Could anyone tell me why NaN is being present instead of numbers.

2 visualizzazioni (ultimi 30 giorni)
Could anyone tell me why NaN is being present instead of numbers.

Risposta accettata

Birdman
Birdman il 5 Feb 2018
Modificato: Birdman il 5 Feb 2018
  3 Commenti
Jan
Jan il 5 Feb 2018
@Prabha: To avoid the creation of NaN value, you have to avoid to perform calculations, which have NaN as result. There is no general way to "avoid" them, because they are the mathematically correct result for certain operations.
You get e.g. NaN for the numerical value of an imported Excel file, if the corresponding cell contains a string. Or you get NaN, if you divide by 0. If you need a method to catch this, post the relevant part of your code, as usual.

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by