What is this Matlab symbol '' | ''

3 views (last 30 days)
fadams18
fadams18 on 26 May 2020
Commented: fadams18 on 26 May 2020
Guys, could someone explain what this expression does. Ive never seen this expression before. Thank you.
pGrad=gradX(gradX<0|X>0);
  2 Comments
fadams18
fadams18 on 26 May 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.

Sign in to comment.

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 26 May 2020
Edited: KALYAN ACHARJYA on 26 May 2020
Logical OR Operation
See details here
  2 Comments
Stephen23
Stephen23 on 26 May 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 on 26 May 2020
Yes sir, modified. Thanks

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!