What is the difference between `==` and `isequal()` when comparing arrays in MATLAB?
-
A
They are identical
-
B
`==` compares element-wise and returns an array; `isequal()` checks if arrays are identical and returns a scalar
-
C
`isequal()` only works on strings
-
D
`==` only works on scalars