Feeds
질문
Randomize set of numbers but don't want more than 2 repeats in a row
I am trying to randomize a set of 3 numbers (1,2,3), each repeated 40 times. So im looking to make a 120x1 matrix, with the numb...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I use randperm to produce a completely new sequence (no numbers in same place)?
Is there a way to permute numbers with randperm and get a completely new permutation every time? For example, randperm(5) ...
15년 초과 전 | 답변 수: 10 | 1
10
답변질문
How do you randomize numbers but not have two consecutive numbers be the same?
I have 25 different tones (5 frequencies, 5 amplitudes in combination) and I need to play them in a randomized order, but I do n...
15년 초과 전 | 답변 수: 8 | 2
