Mercurial > repos > public > sbplib
view +grid/old/shape.m @ 300:32f3ee81bc37 feature/hypsyst
A commit before i destroy everything
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Tue, 04 Oct 2016 16:25:38 +0200 |
parents | 48b6fb693025 |
children |
line wrap: on
line source
% Creates a shape from a number of curves. A shape is a cell array of curves. function s = shape(varargin); s = varargin; end