LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D surface on Linux

Hello.

 

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

0 Kudos
Message 1 of 4
(3,037 Views)

The 3D Surface Graph will display a rectangular surface defined by the dimensions of the z matrix. The setup of a 3D Surface Graph is set up as in the attached picture:

 

 

Vince M
Applications Engineer
0 Kudos
Message 2 of 4
(2,999 Views)
Unfortunately, I have not matrix Z 2D I have only 1D array z. Does it possible to  build surface with 1D array z. In Windows it easy but in Linux how it does possible???
0 Kudos
Message 3 of 4
(2,995 Views)
I have looked into your issue and it is not possible to create a surface with only 3 vectors. You can do it with 3 matrices or 2 vectors and a matrix. You can make a line with 3 vectors but not a surface. This applies to Windows and Linux.
Vince M
Applications Engineer
0 Kudos
Message 4 of 4
(2,982 Views)