photo

Tony Phan


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


I have a set of points S(0) that is closer to (0,0) than the edges of of a square with vertices (1,1),(1,-1),(-1,-1),(-1,1). I have the code and now i just need to modify it to estimate the area of S(0)
close all rng('Shuffle'); NumberInside = 0; PiEstimate = zeros(500,1); for k=1:500 x =...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I have a script already done I just need to add to the code so that i can run the code and store the index of the first 1 that occurs in a vector g. Can anyone help me add to the code to implement it?
for m = 1:200 x = zeros(200,1); x(m) = 1; x(1) = input('Enter initial positive integer:'); k = 1; whi...

más de 6 años hace | 1 respuesta | 0

1

respuesta