Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 100;
y_correct = 373.15;
assert(isequal(cel2kel(x),y_correct))
|
2 | Pass |
%%
x = -273.15;
y_correct = 0;
assert(isequal(cel2kel(x),y_correct))
|
3 | Pass |
%%
x = 100;
y_correct = 373.15;
assert(isequal(cel2kel(x),y_correct))
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
6371 Solvers
163 Solvers
314 Solvers
277 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!