Hi All,
Does anyone have any experience with creating 2 (or more) virtual matrices from 1 real matrix? I am trying to split the matrix in half on the back of my boat and adding them to left and right side groups. The real matrix is 20x4 and I am trying to create 2 virtual 10x4 matrices on the back of the boat instead.
So, starting from the right side (the real start) the real matrix of pixels looks like this:
20 <- 1
21 -> 40
60 <- 41
61 -> 80
Left Virtual Matrix Right virtual matrix
20 <- 11 10 <- 1
21 -> 30 31 -> 40
60 <- 51 50 <- 41
61 -> 70 71 -> 80
Will these custom models work? It always flags me for overlap.
Rick