Mercurial > repos > public > sbplib
view +grid/old/shape.m @ 411:16a76db8c279
Merged in feature/SBPInTimeGauss (pull request #6)
Feature/sbpintimegauss
author | Jonatan Werpers <jonatan.werpers@it.uu.se> |
---|---|
date | Tue, 07 Feb 2017 12:54:52 +0000 |
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