LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to plot a 4D graph in Labview with cuts?

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

              

Think Dataflow - blog.mtapp.tech
0 Kudos
Message 11 of 13
(1,103 Views)

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

0 Kudos
Message 12 of 13
(1,095 Views)

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.

              

Think Dataflow - blog.mtapp.tech
Message 13 of 13
(1,091 Views)