Mercurial > repos > public > sbplib
diff +parametrization/old/plot_shape.m @ 248:81e0ead29431 feature/beams
Fixed package names in +parametrization
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 05 Sep 2016 16:34:22 +0200 |
parents | 3a3cf386bb7e |
children |
line wrap: on
line diff
--- a/+parametrization/old/plot_shape.m Wed Aug 31 17:31:25 2016 +0200 +++ b/+parametrization/old/plot_shape.m Mon Sep 05 16:34:22 2016 +0200 @@ -6,7 +6,7 @@ hs = {}; hold on for i = 1:length(s) - hs{end+1} = grid.plot_curve(s{i},n); + hs{end+1} = parametrization.plot_curve(s{i},n); end hold off end \ No newline at end of file