Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
H=90
C=20
N=6
y_correct =150;
assert(isequal(your_fcn_name(H,C,N),y_correct))
H =
90
C =
20
N =
6
|
2 | Pass |
H=72
C=16
N=6
y_correct =120;
assert(isequal(your_fcn_name(H,C,N),y_correct))
H =
72
C =
16
N =
6
|
3 | Pass |
H=105
C=20
N=7
y_correct =175;
assert(isequal(your_fcn_name(H,C,N),y_correct))
H =
105
C =
20
N =
7
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
351 Solvers
Getting the absolute index from a matrix
211 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
376 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!