comparison +parametrization/old/shape.m @ 427:a613960a157b feature/quantumTriangles

merged with feature/beams
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 26 Jan 2017 15:59:25 +0100
parents 3a3cf386bb7e
children
comparison
equal deleted inserted replaced
426:29944ea7674b 427:a613960a157b
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