05-19-2021 06:04 AM - edited 05-19-2021 06:55 AM
Hi
Im doing some tries to convert a 2D array into a grayscale map in real time, but i dont understand why the direction creating the array is like i want but not the same in the map. I would like to know how can i do for do that the direction be the same in both, i mean in the array the diraction is first from right to left and then from down to up but in the map the direccion is first from down to up and then from right to left.
Thanks
05-19-2021 09:04 AM
Are you talking about the fact that column 0, row 0 is the top left corner of an array indicator, while the origin (0,0) is the bottom left corner of a graph?
That is standard for arrays and graphs. If you want your array to appear the same on the front panel as it does on a graph, then you'll need to manipulate the array before you send it to the array indicator.