Code covered by the BSD License
function [kPa] = inH2O2kPa(inH2O) % Convert pressure from inches of water column at 4 degrees to kilopascals % Chad Greene 2012 kPa = inH2O*0.249089;
Contact us