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))
|
9828 Solvers
Generate N equally spaced intervals between -L and L
563 Solvers
Sum the 'edge' values of a matrix
232 Solvers
Find the dimensions of a matrix
372 Solvers
Calculate square and cube of number
248 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!