Mercurial > hg > ishara
diff general/cellutils/cellmap.m @ 13:03694e5c8365
Reorganised some high order list functions to correct class-based method dispatch; fixed some docs.
author | samer |
---|---|
date | Wed, 16 Jan 2013 12:12:34 +0000 |
parents | 47cb292350f3 |
children |
line wrap: on
line diff
--- a/general/cellutils/cellmap.m Mon Jan 14 22:21:11 2013 +0000 +++ b/general/cellutils/cellmap.m Wed Jan 16 12:12:34 2013 +0000 @@ -1,7 +1,7 @@ function Y=cellmap(fn,X) % cellmap - Map a function over a cell array % -% cellmap :: (A->B, {[Size]->A}) -> {[Size]->B} +% cellmap :: (A->B, {[Size]->A}) -> {[Size]->B}. % preallocate to fix size Y=cell(size(X));