Code covered by the BSD License
function [yd] = A2yd(A) % Convert length from angstroms to yards. % Chad A. Greene 2012 yd = A*1.093613298338e-10;
Contact us