Community Profile

photo

Huiru Li


Last seen: 約2ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Why does the ecdf function return duplicate x values?
y = rand(10,1); >> [f,x] = ecdf(y); >> subplot(2,1,1); stairs(x,f) >> subplot(2,1,2); stairs(x(2:end),f(2:end))

約4年 前 | 0