11-29-2016 05:06 AM - edited 11-29-2016 05:36 AM
Hi GerdW,
I'm asking for some help if you have time.
what i'm trying to do now is to colour my matrix depends on the number in each cell.
(RGB) colours. (I'm recieving from Arduino Serial in real time)
I'm trying to use Bundle with Colour RGB, connected both to the array, but there's something wrong.
check the image please
Cheers,
Anthony
11-29-2016 05:43 AM - edited 11-29-2016 05:44 AM
Hi N.,
what are you trying to do with this FOR loop? What's the purpose of the Bundle node?
All you need to do is writing the 2D array to your IntensityGraph.
Then set a color ramp for your graph, ranging from 0=green to 100=red:
(Don't forget to enable color ramp/"smoothing" for the Z axis.)
11-29-2016 06:02 AM
Hi GerdW,
I was planning to colour the array by using the bundle with the coulor RGB.
however, till now i'm trying and regarding your idea i haven't understand it very well.
this VI up to date and i can read 4x4 rows and columns and trying to colour it but still not able to do that very well.
Thanks for answer,
Anthony