Community Profile

photo

Frederik Faye


Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • First Review

View badges

Feeds

View by

Question


How can I reduce memory-use on this combinatorics computation?
I have the following program: m = 4; N = 3; a = [ones(N+m-1,1)' zeros(m,1)']; b = perms(a); c = unique(b,'r...

7 years ago | 2 answers | 0

2

answers

Question


Using VideoWriter for imagesc
I would like to make a movie based on imagesc(M), where M is a matrix that changes with t in a loop. Of course, any other soluti...

8 years ago | 1 answer | 0

1

answer