Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
child='AB' % genotype
putative_mom='A+B'; % genotype
putative_dad='O+O'; % genotype
conclude = blood_test(child, putative_mom, putative_dad);
conclude_correct='unlikely';
assert(isequal(conclude,conclude_correct))
child =
'AB'
|
2 | Pass |
child='O'; % phenotype
putative_mom='A'; % phenotype
putative_dad='B'; % phenotype
conclude = blood_test(child, putative_mom, putative_dad);
conclude_correct='maybe';
assert(isequal(conclude,conclude_correct))
|
17463 Solvers
579 Solvers
380 Solvers
Sum the elements in either diagonal of a square matrix
178 Solvers
404 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!