This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
husband=certified_husband()
assert(isequal(husband(),'yes'))
husband =
'yes'
|
2 | Fail |
husband=certified_husband()
assert(length(husband)==1)
husband =
'yes'
|
3 | Fail |
husband=certified_husband()
assert(prod(size(husband))==1)
husband =
'yes'
|
Find the sum of all the numbers of the input vector
25617 Solvers
1963 Solvers
340 Solvers
498 Solvers
245 Solvers