Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
husband=certified_husband()
assert(isequal(husband(),'yes'))
husband =
yes
husband =
yes
|
2 | Pass |
%%
husband=certified_husband()
assert(length(husband)==1)
husband =
y
husband =
y
|
3 | Pass |
%%
husband=certified_husband()
assert(prod(size(husband))==1)
husband =
y
husband =
y
|
Find the two most distant points
1628 Solvers
1963 Solvers
579 Solvers
Return the first and last character of a string
3454 Solvers
250 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!