Revision 5581575de60596a13ea45e4ac96e981b761d95c0 authored by Cheng Guo on 18 March 2015, 18:47:37 UTC, committed by Cheng Guo on 18 March 2015, 18:47:37 UTC
1 parent d55e30f
Raw File
gen_model_multipara.m
Omega=0.05;
for Lambda=2
    for BathL=50
        for z=1
            for omegaratio=1:2
            gen_model(Omega,omegaratio,Lambda,BathL,z);
            end
        end
    end
end
back to top