Function for opposite of isnan?

47 views (last 30 days)
Ashley
Ashley on 12 Sep 2014
Answered: Joseph Cheng on 12 Sep 2014
What I would like is a statement that creates a logical column that is opposite of that which isnan() creates. In other words, instead of nans being indicated by 1, I'd like it to be indicated as a zero... Any ideas for a code or function?

Accepted Answer

Joseph Cheng
Joseph Cheng on 12 Sep 2014
you would go ~isnan() to reverse the 1's to zeros and zeros to be 1.

More Answers (0)

Categories

Find more on Argument Definitions in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!