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
2 个评论
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
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
2018-10-24
编辑:Abdul Rehman
2018-10-24
Logical Expressions:
check this link to understand logical statements.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!