Mercurial > repos > public > sbplib
comparison +parametrization/old/plot_shape.m @ 425:e56dbd9e4196 feature/grids
Merge feature/beams
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 07 Feb 2017 16:09:02 +0100 |
parents | 81e0ead29431 |
children |
comparison
equal
deleted
inserted
replaced
423:a2cb0d4f4a02 | 425:e56dbd9e4196 |
---|---|
4 default_arg('n',100); | 4 default_arg('n',100); |
5 | 5 |
6 hs = {}; | 6 hs = {}; |
7 hold on | 7 hold on |
8 for i = 1:length(s) | 8 for i = 1:length(s) |
9 hs{end+1} = grid.plot_curve(s{i},n); | 9 hs{end+1} = parametrization.plot_curve(s{i},n); |
10 end | 10 end |
11 hold off | 11 hold off |
12 end | 12 end |