代码拉取完成,页面将自动刷新
function [ varargout ] = plotbdr( varargin )
%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 {r,g,b,c,m,y} Cell array with colors
% 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-2021 Precise Simulation, Ltd.
if( ~nargin && ~nargout ), help plotbdr, return, end
varargout = cell( 1, nargout );
[varargout{:}] = featool( 'feval', 'plotbdr', varargin{:} );
if( ~nargout ), clear varargout; end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。