統計
MATLAB Answers
2 質問
0 回答
ランク
of 177,229
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
