Mercurial > hg > ishara
view sequences/@takewhile/extract.m @ 0:672052bd81f8
Initial partial import.
author | samer |
---|---|
date | Wed, 19 Dec 2012 22:38:28 +0000 |
parents | |
children |
line wrap: on
line source
function y=extract(o,dim,range) % EXTRACT - Extract a sub-array % % extract :: seq [[D]], natural, [[2]->natural]] -> [[D2]]. y=extract(source(o),dim,range);