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 = [];
y_correct = true;
assert(isequal(MatrixIsEmpty(x),y_correct))
ans =
1
|
Flip the main diagonal of a matrix
426 Solvers
Make a random, non-repeating vector.
1109 Solvers
Find nearest prime number less than input number
180 Solvers
Generate a random matrix A of (1,-1)
161 Solvers
convert matrix to single column
217 Solvers