Can anyone explain how Sliceomatic works??

8 Ansichten (letzte 30 Tage)
ramakrishna bathini
ramakrishna bathini am 25 Jan. 2011
I read lot of comments saying Sliceomatic is a great tool for viewing 3d graphics. Is there any way we can dump our created 3d matrix(X*Y*Z) into Sliceomatic?
  2 Kommentare
Doug Hull
Doug Hull am 25 Jan. 2011
What are you trying to understand? A three dimensional matrix is exactly what this visualizes.
ramakrishna bathini
ramakrishna bathini am 27 Jan. 2011
how?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Todd Flanagan
Todd Flanagan am 26 Jan. 2011
This slicebucky example that is in the download is a good example for getting started with sliceomatic.
function slicebucky
% SLICEBUCKY - Make a bucky ball approximation for sliceomatic
% Written by Eric Ludlam <eludlam@mathworks.com>
% Copyright 2000, 2001, 2002, 2003, 2004, 2005 The MathWorks Inc
disp('Creating bucky ball approximation...');
[b,v]=bucky;
centers=32+20*v;
v=blinnblob(centers,64,64,64);
disp('Starting Sliceomatic');
sliceomatic(v)
daspect([1 1 1]);
xlim([1 64]);
ylim([1 64]);
zlim([1 64]);
  1 Kommentar
ramakrishna bathini
ramakrishna bathini am 27 Jan. 2011
that helped a bit.but can we see our matrix in sliceomatic?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by