Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(plu(0),'s'))
assert(isequal(plu(1),''))
assert(isequal(plu(2),'s'))
assert(isequal(plu(3),'s'))
ans =
s
ans =
s
ans =
s
ans =
''
ans =
s
ans =
s
ans =
s
ans =
s
|
First non-zero element in each column
593 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
376 Solvers
Output any real number that is neither positive nor negative
316 Solvers
203 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!