Set elements in a 3D array to zero based on a condition

6 visualizaciones (últimos 30 días)
KCE
KCE el 9 de Ag. de 2022
Respondida: Matt J el 9 de Ag. de 2022
Hello,
I am trying to set all entries in a 3D array that are less than 0 to be equal to 0. My variable Qr is 199x199x50.
I tried this with no success:
Qr(Qr<0)==0

Respuesta aceptada

Matt J
Matt J el 9 de Ag. de 2022

Más respuestas (1)

Matt J
Matt J el 9 de Ag. de 2022
Qr=max(Qr,0);

Categorías

Más información sobre Data Types en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by