Correct use of isnan?

9 views (last 30 days)
Carlos Batista
Carlos Batista on 14 Jul 2014
Commented: Carlos Batista on 14 Jul 2014
Hi users Matlab!
Users, I have an matrix as 3 dimensions:
a=10x8x2 (...)
This matrix I have some values that I had to call as NaN (...)
I applied function ()=~isnan() for renove these NaN (...) But, my matrix that had 3 dimensions was only 2 dimensions (...)
I'd like to kwon how to keep my 3 dimensions when use the function ()~isnan()
Thanks!
Carlos
I need that there are withdrawal these NaN in a matrix com 3D

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 14 Jul 2014
Edited: Azzi Abdelmalek on 14 Jul 2014
You can't remove some values of your matrix. You can remove columns, rows or channels. Obviously, the size of your matrix will be reduced
  3 Comments
Azzi Abdelmalek
Azzi Abdelmalek on 14 Jul 2014
In your original question, your matrix is 10x8x2.
Carlos Batista
Carlos Batista on 14 Jul 2014
my original matrix has 180x88x1919

Sign in to comment.

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices 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!