What is this Matlab symbol '' | ''

3 visualizaciones (últimos 30 días)
fadams18
fadams18 el 26 de Mayo de 2020
Comentada: fadams18 el 26 de Mayo de 2020
Guys, could someone explain what this expression does. Ive never seen this expression before. Thank you.
pGrad=gradX(gradX<0|X>0);
  2 comentarios
fadams18
fadams18 el 26 de Mayo de 2020
in this case my gradX and X are matrices of size 300x300. what does this imply taking into account the less and greater operator? sorry for my noob questions.

Iniciar sesión para comentar.

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 26 de Mayo de 2020
Editada: KALYAN ACHARJYA el 26 de Mayo de 2020
Logical OR Operation
See details here
  2 comentarios
Stephen23
Stephen23 el 26 de Mayo de 2020
@KALYAN ACHARJYA: rather than giving a link to a third-party copy of an old version of the MATLAB documentation, why not simply give a link to the MATLAB documentation itself?
KALYAN ACHARJYA
KALYAN ACHARJYA el 26 de Mayo de 2020
Yes sir, modified. Thanks

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by