[jitter] filter out specific cells in matrix
Andrew Benson
andrewb at cycling74.com
Fri Feb 15 12:58:38 MST 2008
- Previous message: [jitter] filter out specific cells in matrix
- Next message: [jitter] Re: filter out specific cells in matrix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jit.demultiplex should do exactly what you want. best, AB Zachary Seldess wrote: > Hi guys, > > If I have, say, a 3-plane float32 matrix @dim 1000 and I want to create a new matrix comprised of only the even cells of a this first matrix, is there a way to do this in jitter - with jit.expr perhaps? > > Or maybe I want to filter out every multiple of 3... > > I know how to do this with the matrix to jit.iter...etc.... and then reformat as new matrix, but it seems like there should be a way to stay in jitter land. > > Any help would be much appreciated! > > Zachary > > -- > http://www.zacharyseldess.com > > _______________________________________________ > jitter mailing list > jitter at cycling74.com > http://www.cycling74.com/mailman/listinfo/jitter >
- Previous message: [jitter] filter out specific cells in matrix
- Next message: [jitter] Re: filter out specific cells in matrix
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
