how to cancel specific values in 3d array

1 vue (au cours des 30 derniers jours)
noa
noa le 18 Juin 2013
hi
i have a 3d array (aXbXc)
and i want that in each cell that has the value Q to put there a zero instead of it.
but the FIND function keeps returning empty cell values

Réponse acceptée

Iain
Iain le 18 Juin 2013
array(array == Q) = 0;
  1 commentaire
Iain
Iain le 18 Juin 2013
You might want to use NaN's instead

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Performance and Memory dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by