How to replace values less than equal to zero values in a matrix?
Show older comments
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?
Accepted Answer
More Answers (1)
Sai Naga Raju
on 3 Jan 2021
0 votes
matrix (matrix<=0)= NaN
1 Comment
laith awwad
on 21 Apr 2021
Edited: laith awwad
on 21 Apr 2021
HOW TO NAME THE VARIABLE BECAUSE IF I WRIGHT IT GIVES ME AN ERROR FOR EXAMPLE e =matrix (matrix<=0)= NaN;
Categories
Find more on Numeric Solvers in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!