LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D surfase in Linux

Hello.

 

I use LV 8.6 on Linux PC. I have  3  1D array (3 vector) x,y,z. I want to plot  3D surface but  for building 3D surface it need build Z 2D matrix. How does it  possible to plot 3D surface with 3 1D array on Linux PC????

0 Kudos
Message 1 of 5
(3,242 Views)

Array 1 - X values?

Array 2 - Y values?

Etc.

Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 5
(3,233 Views)

Yes.

Array 1 - X values.

Array 2 - Y values.

Array 3 -Z values. How to build 3D surface in Linux???

0 Kudos
Message 3 of 5
(3,225 Views)
Ok, you've asked this question before, so this is actually a duplibate post.
But the other thread seems to be a dead end. Please don't post the question
again...

If you have 3 1D arrays (x, y and z), and you want a 2D surface, you're the
only one who knows how to do this. You can convert a 1D array to 2D with the
"reshape array" function, but knowbody but you knows if this is what you
want. You need to specify.

Regards,

Wiebe.


0 Kudos
Message 4 of 5
(3,197 Views)
Unfortunetly it not corect solution (it's fake). So in this case you get matrix with real data and 0 (zeros) but  it is fake data.
0 Kudos
Message 5 of 5
(3,195 Views)