Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Please help me with these Logical Expressions

2 visualizaciones (últimos 30 días)
Joe anson
Joe anson el 24 de Oct. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentarios
madhan ravi
madhan ravi el 24 de Oct. de 2018
Editada: madhan ravi el 24 de Oct. de 2018
what do you want to do? Please stop asking the same questions again and again
KSSV
KSSV el 24 de Oct. de 2018
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.

Respuestas (1)

Abdul Rehman
Abdul Rehman el 24 de Oct. de 2018
Editada: Abdul Rehman el 24 de Oct. de 2018

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by