Function for opposite of isnan?

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

Tags

Asked:

on 12 Sep 2014

Answered:

on 12 Sep 2014

Community Treasure Hunt

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

Start Hunting!