|
th = 2*pi*rand(1,1000); % uniformly distributed r.v range of 0~2pi
X = sqrt(E).*cos(th); % equation of X vector
Y = sqrt(E).*sin(th); % equation of Y vector
subplot(1, 2, 1);
histfit(X,50); % bin value is 50 and plot histogram
hold on
title(\'Plot the PDF of X with lambda=10\'); xlabel(\'X\'); ylabe
|
- 페이지 11페이지
- 가격 4,000원
- 등록일 2012.03.11
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|