Feeds
질문
I am running this code 100 times, generating multiple random numbers and using those random numbers to determine if a particle has leaked left(NL) leaked right(NL) abdorbed(NA). If scattering happens, then I want the code to return to recalculate mu.
%Prob2,Case 1 clc; clear all; tic sigmatot=1; sigmascat=0.5; L=1; x1=0.1; x2=0.3; N=100; NL=0; NR=0; NA=0;...
4년 초과 전 | 답변 수: 1 | 0