Code covered by the BSD License
function [in] = pm2in(pm) % Convert length from picometers to inches. % Chad A. Greene 2012 in = pm/25400000000;
Contact us