comparison +parametrization/old/shape.m @ 820:501750fbbfdb

Merge with feature/grids
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 07 Sep 2018 14:40:58 +0200
parents 3a3cf386bb7e
children
comparison
equal deleted inserted replaced
819:fdf0ef9150f4 820:501750fbbfdb
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