Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4;5 6 7 8];
A_correct = [1 4 9 16;25 36 49 64];
assert(isequal(your_fcn_name(x),A_correct))
|
Find the longest sequence of 1's in a binary sequence.
2446 Solvers
Basics: 'Find the eigenvalues of given matrix
258 Solvers
401 Solvers
Calculate the derivative of a polynomial
139 Solvers
find the maximum element of the matrix
254 Solvers