Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
G_correct = [1 2 3; 8 8 8; 7 8 9];
assert(isequal(your_fcn_name(x),G_correct))
G =
1 2 3
8 8 8
7 8 9
|
900 Solvers
Find the maximum number of decimal places in a set of numbers
734 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
Add a row of zeros on top of a matrix
193 Solvers
177 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!