Mercurial > repos > public > sbplib
view +parametrization/old/shape.m @ 597:8a1c36bbb977 feature/utux2D
Merge with better multiblock defs.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 26 Sep 2017 13:28:49 -0700 |
parents | 3a3cf386bb7e |
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