Mercurial > repos > public > sbplib
comparison +parametrization/old/triang_show.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 |
---|---|
2 function triang_show(S,n) | 2 function triang_show(S,n) |
3 | 3 |
4 ih = ishold(); | 4 ih = ishold(); |
5 | 5 |
6 hold on | 6 hold on |
7 h_grid = grid.triang_plot_interp(S,n); | 7 h_grid = parametrization.triang_plot_interp(S,n); |
8 h_bord = grid.triang_plot_interp(S,2); | 8 h_bord = parametrization.triang_plot_interp(S,2); |
9 | 9 |
10 set(h_grid,'Color',[0 0.4470 0.7410]); | 10 set(h_grid,'Color',[0 0.4470 0.7410]); |
11 set(h_bord,'Color',[0.8500 0.3250 0.0980]); | 11 set(h_bord,'Color',[0.8500 0.3250 0.0980]); |
12 set(h_bord,'LineWidth',2); | 12 set(h_bord,'LineWidth',2); |
13 | 13 |