Community Profile

photo

Obi Carwood


Last seen: 11개월 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 5년 전 | 답변 수: 1 | 0

1

답변