Mercurial > repos > public > sbplib
view +grid/old/shape.m @ 92:ed7c7d651428
Euler1d: Fixed sign bug.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 30 Nov 2015 17:58:33 +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