0001 function Af1 = convertlean(vt,Ar); 0002 0003 for i=1:size(Ar,2), 0004 [F,B,A,Af1{i}] = doAM(Ar(:,i)); 0005 end