Mercurial > hg > ishara
view general/arrutils/orderrows.m @ 54:9bcf5e133bf0
Added from old stats library.
author | samer |
---|---|
date | Mon, 23 Feb 2015 16:08:09 +0000 |
parents | 3cedfd4549ef |
children |
line wrap: on
line source
function I=orderrows(X) % orderrows - return sort order % % orderrows :: [[N,M]] -> [[N]->[N]]. [Y,I]=sortrows(X);