Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
hw = [66 155;60 140;72 166;58 160;75 215];
bmi_correct = [25.0700;27.3990;22.5607;33.5100;26.9293];
assert(all(abs(bmi_calculator(hw) - bmi_correct) < 1e-4))
ans =
25.0700
27.3990
22.5607
33.5100
26.9293
|
2 | Pass |
hw = [10 80];
bmi_correct = 563.6375;
assert(all(abs(bmi_calculator(hw) - bmi_correct) < 1e-4))
ans =
563.6375
|
Get the length of a given vector
3559 Solvers
Create matrix of replicated elements
321 Solvers
548 Solvers
Matlab Basics - Convert a row vector to a column vector
419 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
760 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!