Question: Write a function femaleglucose(A) that takes a 2-column matrix A as input, where the first column contains 0 (representing male) or 1 (representing female) and
Write a function femaleglucose(A) that takes a 2-column matrix A as input, where the first column contains 0 (representing male) or 1 (representing female) and the second column contains blood glucose levels. As output from your function, return the average glucose level of females.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
