![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9627518_1522133581695_DEF.jpg)
viswaja Katragadda
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
40.637
of 297.016
REPUTAZIONE
1
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
1
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Hello I have this code for Game of life now I am getting an error in calculating the num_neighbors. Please help me fix it. Thank you
mylife = round(rand(size_of_game,size_of_game)); %mylife = [0 0 0 0 0;0 0 0 0 0;0 1 1 1 0;0 0 0 0 0 ;0 0 0 0 0 ]; ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Calculating the inner product of two input vectors and a matrix using for loop and inner function. How do I change the code I have? Thank you so much for your answers.
function y = inner(a,b); % This is a MatLab function to compute the inner product of % two vectors a and b. % C...
oltre 7 anni fa | 2 risposte | 1
2
risposteDomanda
can anyone help me get the code for the Cellular automata model which Implements and visualizes 1000 generations starting from a random initial states of 0 and 1. The size of the square universe should be user provided.
The rules to update the next generation is: 1. A cell will die in the next generation if 4 or more of its neighbours are dead a...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Write a Matlab function that uses the Monte Carlo approach to approximating "pi" using the relative areas of a square and an inscribed circle. I have code but I am not sure how to change it to monte carlo
r = 1; % the circle radius nodp = 1:5; % Number of Decimal Places (NODP) for Pi i=1; ...
oltre 7 anni fa | 0 risposte | 0