Hi all, im completely stumped on an issue i am having with flip matrix, i want to select the row instead of the columns as shown in the picture for the desired effect (orange is the current, and green is the desired).
But when i try to use the flip matrix command it gives me a red reading warning label, im pretty sure im doing something wrong, i just have no idea what that something is.
The Flip Matrix component requires that the data tree be structured like a 2D matrix, with rows and columns that can be swapped. In your case, you should use the Path Mapper component with the mapping {A;B}(i) → {A;i}(B). If maintaining the tree structure isn’t essential, you might consider trimming your tree instead. For more details, you can visit this link.