Feeds
질문
how should I plot the y(n)
Z=rand(3000,1); for n=1:3000 x=Z(n); y(n)=1-exp(-x); end how can I plot the y(n)? I tried cdfplot(y(n)),cdf(x,y(n)...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
I want plot y = 1-exp(-x) for 3000 times(repeat 3000 times). The value x is the random number from [0,1]. Please use "rand"to get x and use "cdfplot" to get the y
I want plot y = 1-exp(-x) for 3000 times(repeat 3000 times). The value x is the random number from [0,1]. Please use "rand"to ge...
6년 초과 전 | 답변 수: 1 | 0
