필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Please help me with these Logical Expressions

조회 수: 2 (최근 30일)
Joe anson
Joe anson 2018년 10월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
a=[4, 3, 12]; x=[0, 3, 9] and y=[14, -2,9] . Evaluate the following expressions:
  • z=(x&y)<(y&a)
  • z=(x&y)<y&a
  • z=x&(y|a)
  • z=x&y|a
  • z=x&y&~a
  • z=x>y>~a
  • z=x&y>a
  • z=(x&y)>a
  댓글 수: 2
madhan ravi
madhan ravi 2018년 10월 24일
편집: madhan ravi 2018년 10월 24일
what do you want to do? Please stop asking the same questions again and again
KSSV
KSSV 2018년 10월 24일
YOu have the logical indices already in hand....get the values you want, using those indices.
Do not ask the same question multiple times. The same question got posted five times.

답변 (1개)

Abdul Rehman
Abdul Rehman 2018년 10월 24일
편집: Abdul Rehman 2018년 10월 24일

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by