Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [10 8 10 7 1];
y_correct = [4 5];
assert(isequal(your_fcn_name(x),y_correct))
|
495 Solvers
Back to basics 22 - Rotate a matrix
763 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
359 Solvers
Compute LOG(1+X) in natural log
204 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!