comparison +grid/old/shape.m @ 0:48b6fb693025

Initial commit.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 17 Sep 2015 10:12:50 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:48b6fb693025
1 % Creates a shape from a number of curves. A shape is a cell array of curves.
2 function s = shape(varargin);
3 s = varargin;
4 end