Doug’s MATLAB Video Tutorials

November 6th, 2009

Basics: Volume visualization: 3/9 Display of scatter3 and slice plots

This short video is the third 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.

11 Responses to “Basics: Volume visualization: 3/9 Display of scatter3 and slice plots”

  1. Vick replied on :

    Hey Doug, sure enough a good topic. Is it possible to put all the codes together (starting from your video1/9), so one can play with the parameters and get more insights. My research requires 3D-vector field visualization (Medical Imaging) - Upon completion of all 9 videos, I’m happy to share how I currently do the visualizations and pick the matlab brains on improvements ;)

  2. Bob Hunkins replied on :

    Great tutorials. Can’t wait to see the rest!

  3. Luca Balbi replied on :

    I am really enjoying this tutorial series.
    With part 3, things are really starting to get interesting and not so trivial, anyway the explanations are as crystal clear as always.
    Thank you Doug!

  4. dhull replied on :

    @Luca,

    Thank you for the kind words. I can take little credit for this series. I set up the microphone, started the screen capture and left my office for an hour as Patrick recorded this. I did the post-production, but the essence of this presentation is all Patrick.

    -Thanks,
    Doug

  5. dhull replied on :

    @vick,

    I am not sure what you mean by “Put all the codes together”. There is a unifying example that uses all these visualizations at the end of the series.

    Doug

  6. Vick replied on :

    Yeah Doug, that’s what i meant - looks like i gotta wait till the series ends. Why the tease Doug, just blow ‘em all out !!

  7. dhull replied on :

    @Vick,

    Glad to hear you all are anxious to see these.

    It takes a while to make these videos, you all can watch them much faster than I can make them! :) Holding them back like this gives me a chance to make more. I *try* to be about a month ahead of you all so that if things get outta control, I still have videos ready!

    -Thanks,
    Doug

  8. nils replied on :

    1000 Thanks Doug,

    I have never understood those things before watching your great tutorial video!!!
    I really wish that my prof could explain things the way you did ;)

    I am one of your million loyal fan out there, so keep doing those tutorials.
    They are just so GREAT!

    best regards,
    nils

  9. dhull replied on :

    @nils,

    Thanks you, I felt the same way until I saw this video. I only did the editing of it. Patrick was the talent behind this one.

    Doug

  10. sundar replied on :

    Hi Doug,

    Thank you for the wonderful videos. I have a question related to slice. How can I save the output of the slice command onto a 2D image?

    sundar

  11. dhull replied on :

    @sudar

    Short answer: streamslice

    Check out 7/9 of this series. It goes up Tuesday 11/24/09.

    Enjoy,
    Doug

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).


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.