-
Notifications
You must be signed in to change notification settings - Fork 83
/
plotbdr.m
28 lines (27 loc) · 1.49 KB
/
plotbdr.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
%PLOTBDR Boundary plot function.
%
% [ H ] = PLOTBDR( PROB, VARARGIN ) Plot and highlight boundaries.
% PROB is a valid finite element problem structure.
% Accepts the following property/value pairs.
%
% Property Value/{Default} Description
% -----------------------------------------------------------------------------------
% axis on |{off} Show axes
% grid on |{off} Show grid
% normals on |{off} Show normals
% axequal off|{on} Axis equal setting
% bbox {0.05} Size of bounding box (0=off)
% colors {[1 0 0], [0 1 0], ...} Cell array with colors (rgb triplets)
% labels on/{off} Print boundary numbers
% fontsize {2*axes default} Font size used in text labels
% linestyle {-} Line style
% linewidth {1} Line width
% edgecolor {k} Line color
% view {[-35 20]} 3D view setting
% alpha {0.5} Transparency level
% intb {false} Plot interor/internal boundaries
% selbdr {all} Index vector to boundaries to plot
% parent {gca} Axes handle to plot in
%
% See also PLOTGEOM, PLOTGRID, PLOTSUBD, POSTPLOT
% Copyright 2013-2024 Precise Simulation, Ltd.