Feeds
질문
Does anyone know why this script isn't working?
function Monte_Carlo(N) % This function implements a simple Monte Carlo solution for % the two variable Lifeguard Prob...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Does anyone know why this script isnt working?
clc;clear;close all; N=10; s0=[-pi:2*pi/N:pi]; s=s0(randperm(N...
거의 6년 전 | 답변 수: 1 | 0