Mercurial > hg > ishara
view general/arrutils/flatten.m @ 27:5de03f77dae1
Added documentation about types and revised arrow type specifications.
author | samer |
---|---|
date | Sat, 19 Jan 2013 14:22:09 +0000 |
parents | 03694e5c8365 |
children |
line wrap: on
line source
% flatten - convert array into column vector % % flatten :: [[size]]->[[prod(size)]] function X=flatten(X), X=X(:); end