MATLAB Practice Test
MATLAB FREE MATLAB Logical Operations & Flow Control Questions and Answers
Which of the following logical operators performs an element-wise logical AND operation on two arrays in MATLAB?
Select your answer
A
`&`
B
`&&`
C
`and`
D
`*`
Hint