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 = 49;
y_correct = 7;
assert(isequal(square_root(x),y_correct))
|
2 | Pass |
x = 81;
y_correct = 9;
assert(isequal(square_root(x),y_correct))
|
Getting the row and column location from a matrix
192 Solvers
Create a Multiplication table matrix...
225 Solvers
344 Solvers
07 - Common functions and indexing 3
254 Solvers
Back to Basics - Find no. of elements in a matrix?
162 Solvers