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))
m =
7.2000
y =
4 5
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
177 Solvers
289 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!