Page 1 of 1
Posted: 08 Apr 2019, 23:16
by Gilsornette
Hello,
I need to use module Col_Extractor (thanks Oli_Lab). Is the inlet "index" corresponding to the number of the column
or the number of the cell?
Thank you
Posted: 09 Apr 2019, 08:24
by Gilsornette
Maybe I'm misunderstanding the purpose of this module (and so raw_extractor). II thought it was made to use with matrix data array.
But I realise that maybe not.
Posted: 09 Apr 2019, 15:17
by x.iso
Yes, it's for use with Matrix arrays. index is column number in a given matrix array. As far as I remember it doesn't fade from column to column.
So end result, you have 1-dimensional regular array and can further extract value from it by row. Or use Row_extractor first and then get the column number if needed.
As far as I remember it's possible to make a sub-patch that would extract row or column, but with this module I think it's more efficient.
Posted: 09 Apr 2019, 18:32
by Gilsornette
Thank you x.iso. I couldn't achieve to get the right values with Col_extractor so I made my own sub-patch.
I'll have a look once more