photo

fenam sogani


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Help with this problem
function S = simple_stats(N) S = [mean(N,2),median(N,2),min(N,[],2),max(N,[],2)]; what meaning of 2 here

7 years 前 | 0