|
Contents | Previous | Next | Subchapters |
| Syntax |
psort(matrix, start, width)
|
| See Also | psort(matrix) |
x = {"03/28/64", "06/10/52", "08/12/68"}
psort(x, 7, 2)
O-Matrix will respond
{
2
1
3
}
which is the order of the rows of x when sorted by year.