Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y = 2;
y_correct = 0;
assert(isequal(inorout(x,y),y_correct))
z =
logical
0
|
2 | Pass |
x = 0;
y = 0;
y_correct = 1;
assert(isequal(inorout(x,y),y_correct))
z =
logical
1
|
94 Solvers
The sum of the numbers in the vector
342 Solvers
1396 Solvers
Find out sum of all elements of given Matrix
272 Solvers
Back to Basics - Find no. of elements in a matrix?
163 Solvers