This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 360;
y_correct = 86.85;
assert(isequal(kelvin(x),y_correct))
ans =
86.8500
|
How to find the position of an element in a vector without using the find function
2477 Solvers
502 Solvers
559 Solvers
Find the square of the sum of the digits of a number
119 Solvers
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!