Page 1 of 1

MEL question: saving vectors as matrix ?

Posted: Thu May 03, 2007 9:49 pm
by deadalvs
hey. have an x y array of rgb-value vectors, sampled from an image (pixels)

since i cannot put them into a matrix, how would i save them best for easy re-accessing the values ?

well, i could save them in 3 matrices, but this is not really handy...

some tips ?

thanks !!

Posted: Fri May 04, 2007 11:21 am
by deadalvs
well, since i'll work with greyscale values only anyway, i'll just put these in a matrix... 8)