Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2; 3 4];
y_correct = [3 1; 4 2];
assert(isequal(RotateMatrix(x),y_correct))
|
Extract leading non-zero digit
1205 Solvers
Program an exclusive OR operation with logical operators
639 Solvers
First non-zero element in each column
593 Solvers
07 - Common functions and indexing 2
316 Solvers
Area of an equilateral triangle
2763 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!