From: niko rose on
Hello,
I have a bit of a complex data set which I want to visualize. The data are of objects moving in 3-D space and I want to show the intensity of the time an object spent in each voxel.
Specifically, my data are the following: Location at each moment in time is represented via its 3-d coordinates (x,y, and z vectors) and there is one additional vector which contains the amount of time the object spent at each voxel of the 3-d space.
I was thinking of something light a 3-D heat map but not really sure how to do it.
Does anyone know perhaps of ready-to-use functions (perhaps from the FileExchange part of this web-site) which know how to deal with that kind of data?
Thank you