Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2;3 4];
y_correct = eig(x);
assert(isequal(harish_eigen(x),y_correct))
|
Back to basics 22 - Rotate a matrix
763 Solvers
Test if two numbers have the same digits
187 Solvers
376 Solvers
2099 Solvers
286 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!