photo

Huiru Li


Last seen: 5 mois il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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))

plus de 4 ans il y a | 0