matlab中的定积分montecarlo方法近似计算π
问题描述:
matlab中的定积分montecarlo方法近似计算π
答
N=10000;
u=unifrnd(-1,1,2,N);
n=sum(u(1,:).^2+u(2,:).^2