From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot a function on the sphere?

Solved!
Go to solution

Hi,

 

I have a 2D array and I want to plot it on a sphere like a "termal plot" . The rows and cols of the array are already the elevation e azimuth angles. How to do it?

The image below shows an exemple of sphere plot.

 

Thanks,

 

 

Frederico Araujo

0 Kudos
Message 1 of 4
(2,757 Views)

The parameteric surface graph has an input for a color matrix as 4th dimension. I can post an example later. What's your LabVIEW version?

0 Kudos
Message 2 of 4
(2,745 Views)

It's LabVIEW 11.0.

0 Kudos
Message 3 of 4
(2,735 Views)
Solution
Accepted by topic author freddearaujo

Here is the relevant part of my old code. You would need to change the mapping of one dimension to elevation instead of angle. Shouldn't be hard.

 

 

Download All
0 Kudos
Message 4 of 4
(2,698 Views)