Mercurial > hg > ishara
annotate sequences/@data/merge.m @ 2:7357e1dc2ad6
Simplified scheduler library with new schedule representation.
author | samer |
---|---|
date | Sat, 22 Dec 2012 16:17:51 +0000 |
parents | 672052bd81f8 |
children |
rev | line source |
---|---|
samer@0 | 1 function y=merge(f,varargin) |
samer@0 | 2 % mergedata - Combine several data sources using a given function |
samer@0 | 3 % |
samer@0 | 4 % mergedata :: |
samer@0 | 5 % ( (A1,...,An)->natural ~ chooser function, |
samer@0 | 6 % data A1,...,data An ~ n data sources, |
samer@0 | 7 % ) -> seq B |
samer@0 | 8 |
samer@0 | 9 y=mergedata(f,varargin); |