10-20-2016 03:51 PM
Hi,
My VI wasn't a solution for yout entire problem, it was just a demonstration how you can accomplish a 'cut off' effect in 3D Graph. In your case you should rather use 3D Scatter, because you don't use matrix (at least what I understand) to create a surface - you just have xyz points.
In the VI which is attached you can find almost 'ready to go' solution for you. You have to only figure out what to do with the T array - I don't understand exactly what you try to achieve - but I've prepared in the VI a example how to change the colors in run-time
Marcin
10-21-2016 07:20 AM
Hello,
The most important part is to colour each point of the scatter with a colour that varies according to T score. Basically, the points are the coordinates in a 3D space and T is the temperature in each point. It like evaluating the temperature inside the volume of the sun. I have 50*50*50=125000 points which are 50 for each of the dimension. I can convert the T score (is a list of 125000 values to a matrix of 50 by 50). This is what I did in my previous vi.
Thanks,
Zied
10-21-2016 07:24 AM
I think it is possible to achieve what you want using my previous VI - you just have to figure out how the array of colors and values should look like - I put the comment there.