Feeds
提问
Variable simulation not being able to be graphed.
I was working on some piece of code that simulates the birthday paradox based on the user selected sample size and the number of...
2 years 前 | 2 个回答 | 0
2
个回答提问
Why is the Matches variable too large?
I was playing around with a code that produces a simulator for the birthday paradox. Here's the piece of code: ready = false; ...
2 years 前 | 2 个回答 | 0
2
个回答提问
Finding duplicates without using the unique function
I'm struggling to make a user defined function that detects duplicates within a matrix. This is what I have so far: function bm...
2 years 前 | 0 个回答 | 0