Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Logical Expressions Questions that i dont get how to do

1 view (last 30 days)
Joe anson
Joe anson on 24 Oct 2018
Closed: Stephen23 on 24 Oct 2018
a=[4, 3, 12]; x=[0, 3, 9] and y=[14, -2,9] . Evaluate the following expressions: • z = ~x • u= ~x > y • z=(x>y)&a • z=x&a • z=x&y>a • z=(x&y)>a

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!