如何用matlab找出N个人中至少有两个人生日相同?

n = 365

m = 2:n;

temp = 1;

对于i=1:长度(米)

temp = temp *(n-I)/n;

p(I)= 1-temp;

结束

绘图(m,p)