10-19-2006 05:45 PM
10-19-2006 08:23 PM - edited 10-19-2006 08:23 PM
I don't know if this helps but I did have fun looking at the data.
The images below illustrate the results of running your data through the code shown.
Warning!
You do NOT want to watch the FP as the plot is built... so... minimize the FP before running this VI.
With the FP open it took about 38 minutes on a 2GHz laptop with 1G memory.
With the FP closed, the code runs in about a minute!
Zooming, dragging and rotating also takes about a minute.
A top of the line multi-core processor would probably fair better.
Ben
Message Edited by Ben on 10-19-2006 08:26 PM
Message Edited by Ben on 10-19-2006 08:27 PM
10-20-2006 11:24 AM
10-20-2006 12:12 PM
10-20-2006 02:36 PM
Thanks Anthony,
I am glad this may help.
What I posted where just screen shots cropped down in paint and saved as jpg.
Starting with reply #7 of this thread
http://forums.ni.com/ni/board/message?board.id=170&message.id=143663&jump=true
to see an example that uses custom color mapping.
What I posted where just screen shots cropped down in paint and saved as jpg.
I hope this helps!
Ben
02-12-2007 03:42 PM
02-12-2007 03:58 PM
11-02-2007 12:28 AM
I have a large data set (647[x] x 266[y] x 300[z]) that I want to plot in 3D. I have tried to build a 3D array but so far I haven’t been able to do so. I am using two for loops and one while loop)
I have used in the past intensity plots and the data looks very good, but this time I have many intensity plots that I want to visualize. I want all my frames to be displayed at the same time and in this way reconstruct a solid.
I found in the NI forum this link posted by
The error message is: “One or more required inputs to this function are not wired or are wired incorrectly”
I checked the help file for this item and it says that the following parameters are needed:
xMatrix As Variant
2D array of X data
yMatrix As Variant
2D array of Y data
zMatrix As Variant
2D array of Z data
wMatrix As Variant
I have a variant type as the input into these matrices but the error is not cleared. Can anyone give me some assistance on this issue?
Thanks in advance,
Roberto
11-02-2007 07:36 AM
Hi Roberto,
Please post your code along with the data you are trying to plot.
We could go back and forth for days if we stick just talking.
But if you post your code (and data) we should be able to get you moving.
Thanks,
Ben
11-02-2007 10:12 AM
The 3D parametric surface plot vi contains the code suggested by you Ben. I have not been able to construct the 3D array so I am reading (or trying to I should say) the data available from Anthony (Mouse data, 256 x 256 x 100 array). I posted this figure because even the compressed file of the vi is 7MB so it is more than the mail system allows me to post
I am also including in the 5 frames and mouse data vi some data that I got from five different frames. Each frame is a 266 x 647 array, I am only showing 5 frames but I can have up to 300 frames in order to reconstruct the solid.
Thanks,
Roberto
3D parametric surface plot vi