Info

此问题已关闭。 请重新打开它进行编辑或回答。

Please help me with these Logical Expressions

1 次查看(过去 30 天)
Joe anson
Joe anson 2018-10-24
关闭: James Tursa 2018-10-24
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

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by