Jump to content

Tawcan

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Tawcan's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This is what I'm trying to do but I'm not too certain whether it's doable in Labivew or not. Basically I have a program which collects bunch data points and insert them into arrays. The 3 sets of arrays I have are: Water Weight Water Ratio Reflectivities Basically there are 1 WW and 1 WR array for each reflectivity. (ie. for 10% reflectivity there's a 1D WW array and a 1D WR array). So really the reflectivity array is just some constant numbers used for the sake of implementing the 3D graph. I want to plot these arrays in a 3D graph. Right now I'm using 3D parametric graph instead of 3D surface graph b/c surface graph doesn't seem to work with the restriction of 2x 1D array and 1x 2D matrix. (Unless someone has a suggestion?) I managed to plot the data points on the parametric graph. Basically if you plot the WW and WR in 2D you get a polynomial curve. So in 3D you get a surface of bunch polynomial curves. Now what I want to do is able to select a specific reflectivity value on this 3D surface and get an equation for this particular polynomial curve at this reflectivity. Is this doable in Labivew at all? Helps would be much much appreciated. Thanx.
  2. Nm I figured it out.
  3. Thanx got the error bars to work!
  4. Hi new here. Not too sure if this is the right forum to post this if it isn't I'm sorry. :headbang: I'm currently using Labview 6.1 and modifying a program. The part I'm working on right now basically takes various data readings, find the averages, and then plot these points on the XY graph. Now it would be nice to plot the standard deviation on the graph too but I am not sure how to do that. I tried searching on the web but haven't been able to find anything. Is this doable in Labview? If so could someone teach/show me how? THANK YOU!!!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.