Code covered by the BSD License  

Highlights from
MLP

image thumbnail
from MLP by Eric Ludlam
Presentation editor/viewer

snake_plain
function snake_plain
% Create a rubiksnake in the current figure, and save the handle.
  
  h = rubiksnake(gcf);
  % axis on;
  % set(gca,'color',[.7 .7 .7]);
  % set(gca,'xtick',[],'ytick',[]);
  setappdata(gcf,'mysnake',h);

Contact us at files@mathworks.com