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 =
''
ans =
s
ans =
s
|
Back to basics 25 - Valid variable names
293 Solvers
find the roots of a quadratic equation
168 Solvers
Let's get back to school, and create multiplication tables
147 Solvers
108 Solvers
241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!