Volume Vizualization of large volume

3 views (last 30 days)
Hello. I have an ascii file in a "x,y,z,data"-format. 500,000 rows. The x,y,and z vectors are a bit complicated, I did not create it myself, the data is from DDA calculations. I would like to visualize the data in some kind of volume plot. Scatter3 in principle works, but the area where "something is happening" is in the middle of the volume and thus covered by the "quiet" outer parts. I think something like slice or isocaps would look good, but I don't really know how to prepare the data. Meshgrid etc. fail with "Maximum variable size allowed by the program is exceeded". The Volume is 61x61x127 arb. units and something like 100 points per direction would be sufficient. Any suggestions how to prepare/extrapolate the data and on the visualization? Any help is greatly appreciated. I'm quite new to MATLAB and want the plot for a paper which should be submitted by yesterday ;)

Accepted Answer

Patrick Kalita
Patrick Kalita on 11 Jul 2011
You can also learn more about getting started with MATLAB's volume visualization functions in these videos: http://blogs.mathworks.com/videos/2009/10/23/basics-volume-visualization-19-defining-scalar-and-vector-fields/
  1 Comment
Holger Lange
Holger Lange on 11 Jul 2011
Thanks a lot. At first it failed and now, in a second approach with a smaller volume, it works. At least I can now plot something, the only thing that remains is a bit of tweaking.

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!