Info
此问题已关闭。 请重新打开它进行编辑或回答。
Please help me with these Logical Expressions
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
此问题已关闭。
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!