Correct use of isnan?

9 次查看(过去 30 天)
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

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2014-7-14
编辑:Azzi Abdelmalek 2014-7-14
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 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2014-7-14
In your original question, your matrix is 10x8x2.
Carlos Batista
Carlos Batista 2014-7-14
my original matrix has 180x88x1919

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by