view +grid/old/shape.m @ 33:6db2094976a6

Fixed really stupid error in errorMax.m
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 06 Oct 2015 09:46:18 +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