Please help me with these Logical Expressions

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

Réponses (0)

Cette question est clôturée.

Produits

Tags

Question posée :

le 24 Oct 2018

Clôturé :

le 24 Oct 2018

Community Treasure Hunt

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

Start Hunting!

Translated by