Code covered by the BSD License
function [dynpcm2] = Pa2dynpcm2(Pa) % Convert units of pressure from pascals to dynes per centimeter squared. % Chad A Greene 2012 dynpcm2 = Pa*10;
Contact us