How to replace values less than equal to zero values in a matrix?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Sai Naga Raju
le 3 Jan 2021
0 votes
matrix (matrix<=0)= NaN
1 commentaire
laith awwad
le 21 Avr 2021
Modifié(e) : laith awwad
le 21 Avr 2021
HOW TO NAME THE VARIABLE BECAUSE IF I WRIGHT IT GIVES ME AN ERROR FOR EXAMPLE e =matrix (matrix<=0)= NaN;
Catégories
En savoir plus sur Numeric Solvers dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!