I'm using imagesc multiple times to plot some data on the same plot (figure).
At the end of those iterations I get the desired plot. I wish to get the entire information available by the cursor:
(see image here: plot and cursor info)
But I don't want to get the information about a specific location (x,y), but to get a matrix containing all info: x,y,index, r, g, b - for every x,y.
That is, a size(x) * size(y) * 4 matrix containing the entire data.
Is that possible?
size(x) * size(y) * 6? (x, y, index, red, green, blue)? - Sueverimagescobjects? - Suever