How to replace values less than equal to zero values in a matrix?

101 次查看(过去 30 天)
I have a marix of 44450*8 dimention, which contain some zero and negative values, I want to replace them with NaN. how to do that?

采纳的回答

Adam
Adam 2018-11-14
myMatrix( myMatrix <= 0 ) = NaN

更多回答(1 个)

Sai Naga Raju
Sai Naga Raju 2021-1-3
matrix (matrix<=0)= NaN
  1 个评论
laith awwad
laith awwad 2021-4-21
编辑:laith awwad 2021-4-21
HOW TO NAME THE VARIABLE BECAUSE IF I WRIGHT IT GIVES ME AN ERROR FOR EXAMPLE e =matrix (matrix<=0)= NaN;

请先登录,再进行评论。

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by