Doug's MATLAB Video Tutorials

December 7th, 2009

Basics: Volume visualization: 9/9 Unifying example

This short video is the final of a series of nine that talks about volume visualization. Patrick gave this talk internally to help technical support engineers understand capabilities of MATLAB for volume visualization.

I like his slow, clear, methodical presentation with great visualizations. It is the first time I have deeply understood some of the volume visualization techniques we have.

6 Responses to “Basics: Volume visualization: 9/9 Unifying example”

  1. Vick replied on :

    Hey Patrick and Doug, nice wrap-up work. is it possible to put a “wrap-up script” of all the examples (from video 1-9) so one can play with it — im too lazy to type ‘em up..

    Thanks

  2. Patrick Kalita replied on :

    Hi Vick,

    I’m working on getting the scripts I used to generate the presentation’s images on the File Exchange. Stay tuned…

    -Patrick

  3. Patrick Kalita replied on :

    The scripts are now available here:

    http://www.mathworks.com/matlabcentral/fileexchange/26263

  4. Allen Gary replied on :

    Can the flux tubes by made semi-transparent, with transparency dependent on the length of the line of sight through the flux tube?

  5. dhull replied on :

    Allen,

    You have the ability to set transparency (alpha) on HG objects. The trick is getting the handle to them. Different functions hand back handles at different levels of granularity. You can use whatever algorithm you want to set the different transparency values (constant, or dependent on a function like you mention) are possible.

    The more custom the design, the more you will be hunting around for handles and such though.

    Doug

  6. Adam Jones replied on :

    Doug, that’s very true, I’ll try to set the different transparency values too.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks

Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

These postings are the author's and don't necessarily represent the opinions of The MathWorks.