ckchmod / rbn-matlab

Random Boolean Networks
0 stars 1 forks source link

Movie feature #9

Closed ckchmod closed 7 years ago

ckchmod commented 7 years ago

I want to be able to save movies. So I guess I'll work on adding a movie feature...Because I'm selfish..

darthbeeblebrox commented 7 years ago

Can we get Grant in on some of that?

ckchmod commented 7 years ago

I'll e-mail him.

ghost commented 7 years ago

Good idea! I found a cool swirly pattern that would make a nice video.

ckchmod commented 7 years ago

Wasn't getting any e-mail response, so I ended up doing the movie feature. . It's pushed. You can generate the movie when you plot it.

Example: a.plotCells(true, .5)

means save the movie (true) and with parameter dt = .5. The FPS for the movie is 1/dt.