From: Evelyn Voss on 10 May 2010 03:31 Hey, how can I visualize a 3D matrix? I have e.g. A=zeros(10,10,10) with A(2:5,3:5,4:7)=10. You can extend the matrix with arbitrary blocks of numbers. I want to see the blocks of the numbers as cuboids. Hopefully you can help me. Evi
From: Daniel Armyr on 10 May 2010 03:41 > how can I visualize a 3D matrix? I think maybe you want to look at this video series. It is a very well-made guide on how to visualize 3d data. http://blogs.mathworks.com/videos/2009/10/23/basics-volume-visualization-19-defining-scalar-and-vector-fields/
From: Evelyn Voss on 14 May 2010 03:32 "Daniel Armyr" <firstname(a)lastname.se> wrote in message <hs8dag$r9f$1(a)fred.mathworks.com>... > > how can I visualize a 3D matrix? > > I think maybe you want to look at this video series. It is a very well-made guide on how to visualize 3d data. > http://blogs.mathworks.com/videos/2009/10/23/basics-volume-visualization-19-defining-scalar-and-vector-fields/ Hey thanks for the tip. But I don't know how to choose the isovalue. I don't know what this value means!?!
From: Steven Lord on 14 May 2010 09:42 "Evelyn Voss" <evo.smile(a)gmail.com> wrote in message news:hsiu9o$a8v$1(a)fred.mathworks.com... > "Daniel Armyr" <firstname(a)lastname.se> wrote in message > <hs8dag$r9f$1(a)fred.mathworks.com>... >> > how can I visualize a 3D matrix? >> >> I think maybe you want to look at this video series. It is a very >> well-made guide on how to visualize 3d data. >> http://blogs.mathworks.com/videos/2009/10/23/basics-volume-visualization-19-defining-scalar-and-vector-fields/ > > Hey thanks for the tip. But I don't know how to choose the isovalue. I > don't know what this value means!?! Roughly speaking, the isovalue is the isosurface's equivalent of the CONTOUR function's contour level. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: using rsim for standalone simulink models Next: 2 Figs into 1??? |