I found that maxk in Matlab is way faster(4.7 times in Matlab 2018a) than the maxk in Julia. QQ=randn(1000,1); tic; for i=1:10000 [~,ind]=maxk(QQ,10); ...
確定! 回上一頁