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 years 前 | 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 years 前 | 1 个回答 | 0