Feeds
提问
Randomly generated numbers do not change themselves with each iteration
Hi everyone, I have a long code and at the end of it I reach a maximum values using tons of randomly generated numbers and dist...
3 years 前 | 1 个回答 | 0
1
个回答提问
Cell array multiplication error
Hi everyone, I have a code like this: for i=1:18 for j=1:5 B{i,j}=AvgMatrix(i,j)*r_prob{i,j}; D{i,j}=B{i...
3 years 前 | 1 个回答 | 0
1
个回答提问
Random number generation with min, max and mean
Hello, I want to generate random numbers for probability function with using mean, maximum and minimum values. For example, I kn...
3 years 前 | 1 个回答 | 0
