LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot 3dsurface Line and X,Y,Z Axis ....

Set all axis to the same rnage.

Post your code AND data and we'll take a look.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 11 of 24
(2,275 Views)
Dear Ben:
OK! Please refer attached file....
Thanks!
0 Kudos
Message 12 of 24
(2,260 Views)

Your plot appears correct for the data you have.

What seems wrong?

Ben



Message Edited by Ben on 12-28-2007 03:07 PM

Message Edited by Ben on 12-28-2007 03:08 PM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Download All
0 Kudos
Message 13 of 24
(2,234 Views)
Dear Ben:
Maybe you can try "coordinate system" to "cwCartesian"....
Do I attached the code work (before you modify)?
Thanks!
Download All
0 Kudos
Message 14 of 24
(2,208 Views)

Yes your posted code works.

You version

As also shown in my modified version.

This is correct for the code as written.

You code is using your data to modulate the radius of the sphere.

In my previous post, I eliminated the modulation of the radius and left it fixed at "1". I used you data to control the colors plotted on the surface of the sphere.

In the new version (the one that matches your plot) I have restored the modulation of the radius about a radius that was 10X the max value found in your data set while also plotting the data as a color spectrum.



Message Edited by Ben on 12-31-2007 08:13 AM

Message Edited by Ben on 12-31-2007 08:16 AM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Download All
0 Kudos
Message 15 of 24
(2,196 Views)
Hi Ben:
Thanks!
I can't open you attached main21.vi.....Because I can't find "Set Plot Colkor map and transparency.vi" ...
Can you attach the VI ?
Another question........How to config surface line (mesh size) ?
 
Best Regards!
 
0 Kudos
Message 16 of 24
(2,174 Views)

The other VI's can be found at this link.

Your surface line mesh is defined by your data. Your data set has much more info than your reference image.

This is my version of your code.

So what type of phenomenon are we looking at in this data set?

Curious,

Ben

 



Message Edited by Ben on 01-01-2008 10:03 AM

Message Edited by Ben on 01-01-2008 10:04 AM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 17 of 24
(2,171 Views)

BTW the "i" in bottom nested loop is not wired! It moved when I sized the loop down and I did not notice.

Ben



Message Edited by Ben on 01-01-2008 10:11 AM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 18 of 24
(2,163 Views)
Hi Ben:
I reduce the data interpolation....the surface meet my request.....Pls refer attached source code
Last question....How to create intensity bar (R value vs Color Spectrum)..
Thank you very much.....
0 Kudos
Message 19 of 24
(2,106 Views)
Ben,  In the interest of saving time, can you share your original 3D sphere code when you get a chance...amazing picture.  -SS


0 Kudos
Message 20 of 24
(1,748 Views)