Mercurial > repos > public > sbplib
view +grid/old/shape.m @ 434:0bc37a25ed88
Bug fix sbp in time gauss default arg
author | Martin Almquist <martin.almquist@it.uu.se> |
---|---|
date | Fri, 17 Feb 2017 15:08:25 +0100 |
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