Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
wc_correct1 = 23.1871;
wc_result1 = ComputeWindChill(32, 10);
assert(abs(wc_result1 - wc_correct1) < 0.0001)
ans =
[]
|
2 | Pass |
%%
wc_correct2 = -9.0101;
wc_result2 = ComputeWindChill(10, 20);
assert(abs(wc_result2 - wc_correct2) < 0.0001)
ans =
[]
|
3 | Pass |
%%
wc_correct3 = 17.4215;
wc_result3 = ComputeWindChill(20, 2);
assert(abs(wc_result3 - wc_correct3) < 0.0001)
ans =
[]
|
Generate a vector like 1,2,2,3,3,3,4,4,4,4
3619 Solvers
Create a two dimensional zero matrix
354 Solvers
498 Solvers
218 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
761 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!