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 |
x ='abcdef';
y_correct = string(x)
assert((convert2string(x)==y_correct))
y_correct =
"abcdef"
|
851 Solvers
Replace NaNs with the number that appears to its left in the row.
1710 Solvers
Increment a number, given its digits
505 Solvers
Find Out sum of principal diagonal element of given matrix
151 Solvers
172 Solvers