slicebucky.m

来自「matlab源代码,适用于开发研究,带来很好的学习效果.」· M 代码 · 共 19 行

M
19
字号
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]);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?