Doug Hull, MathWorks
(Originally posted on Doug's MATLAB Video Tutorials blog.)
A MATLAB user recently asked how we could make a visualization similar to this one.
I was a little surprised that we were able to do the visualization, with interactivity in less that 15 lines of code.
d = flow; d = shiftdim(d,2);
x = 25;
y = 26;
z = 21.59561;
v = 3.22068;
h = slice(d,x,y,z)
d(:,:,z:end) = nan;
isosurface(d,-v)
set(h,'edgeColor','none')
axis equal
zlim([0 size(d,3)])
colormap spring
This video makes use of cell mode to get the interactivity. You can see how something like this could be done with a GUI to get the interactivity that you might want.
If you like this kind of thing, Slice-o-matic, will be good for you.
Recorded: 11 Dec 2009
Featured Product
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
Select web siteYou can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
This website uses cookies to improve your user experience, personalize content and ads, and analyze website traffic. By continuing to use this website, you consent to our use of cookies. Please see our Privacy Policy to learn more about cookies and how to change your settings.