Can anyone explain how Sliceomatic works??

조회 수: 8 (최근 30일)
ramakrishna bathini
ramakrishna bathini 2011년 1월 25일
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
Doug Hull
Doug Hull 2011년 1월 25일
What are you trying to understand? A three dimensional matrix is exactly what this visualizes.
ramakrishna bathini
ramakrishna bathini 2011년 1월 27일
how?

댓글을 달려면 로그인하십시오.

채택된 답변

Todd Flanagan
Todd Flanagan 2011년 1월 26일
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
ramakrishna bathini
ramakrishna bathini 2011년 1월 27일
that helped a bit.but can we see our matrix in sliceomatic?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by