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))
|
Number of 1s in a binary string
2826 Solvers
Output any real number that is neither positive nor negative
316 Solvers
616 Solvers
187 Solvers
Matlab Basics II - Count rows in a matrix
255 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!