Answer:
function outputValue = AdjustOutput(outputValue, amplitudeResponse, phaseResponse)
if amplitudeResponse > 10
outputValue = outputValue - 5;
else
outputValue = outputValue;
end
if phaseResponse < 275
outputValue = outputValue + 3;
else
outputValue = outputValue
end
end
AdjustOutput(20, 15, 149)
Answer:
According to the latest CDC stats, these are the average heights for U.S. adult men based on age:
Ages 20 to 39: 176.1 centimeters
Ages 40 to 59: 175.8 centimeters
Age 60 and older: 173.4 centimeters