Obi Carwood
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
138 075
of 295 569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to hold on my figures in Matlab?
I have this piece of code: N = 10 for i = 1:N RandR = randi([1,40]); RandC = randi([1,40]); if step0(RandR,Rand...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
RGB Cellular Automata/Random Walk
Hey, I know its hard to see, but attached is an image that I wish to run a simulation on. The image will be the initial array, a...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
Cellular Automata with multiple colours as cells.
I need to create cellular automata for an RGB array in MATLAB. Has to be matlab. How can I make cellular rules that are differen...
mer än 5 år ago | 0 answers | 0
0
answersQuestion
How to apply cellular automata to an array of multiple colours?
I have an RGB array of size R x C. I want to apply a cellular automata set of rules that work with these cells of multiple colou...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
Grouping small pixels to make larger usable cells.
I have a simple rgb array of no more than 5 distinct colours. I wish to apply cellular automata to this array, however I cannot ...
mer än 5 år ago | 1 answer | 0
1
answerQuestion
How can I make a random RGB array of either White Cells or Green Cells (or any two colours)?
Hey, I wish to create a random array of size R x C, and wish to have that array consist of either green or white cells. My tho...
mer än 5 år ago | 1 answer | 0