V1 = 1:7;V2 = 3:3:19;V3 = 4:-1:0;n = 3; % n 即为组数Y = arrayfun(@(x) fit(['V' num2str(x)]),1:n,'un',false)