代码拉取完成,页面将自动刷新
function [ varargout ] = plotgeom( varargin )
%PLOTGEOM Visualization of geometry objects.
%
% [ H ] = PLOTGEOM( SIN, VARARGIN ) Function to plot and visualize
% geometry objects. SIN is a valid fea problem struct or cell array
% of geometry objects. Accepts the following property/value pairs.
%
% Property Value/{Default} 1D 2D 3D Description
% -----------------------------------------------------------------------------------
% facecolor [.8 .8 1] x x x Face style or fixed color
% edgecolor {k} x x x Edge line color
% linestyle {-} x x x Edge line style
% linewidth {1} x x x Edge line width
% highlight {} x x x Highlight selected geometry objects
% labels off|{on} x x x Show geometry labels
% fontsize {axes default} x x x Font size used in labels
% axequal off|{on} x x x Axis equal setting
% bbox {0.05} x x x Size of bounding box (0=off)
% ngrid {25} x x x Background grid resolution
% style {1} x Plot objects (=1) or boundaries (=2)
% alpha {0.5} x Transparency level
% renderer {empty string}|plotly x x x Render in MATLAB or Plotly
% parent {gca} x x x Plot axes handle
%
% See also PLOTGRID, PLOTBDR, PLOTSUBD, POSTPLOT
% Copyright 2013-2019 Precise Simulation, Ltd.
if( ~nargin && ~nargout ), help plotgeom, return, end
varargout = cell( 1, nargout );
[varargout{:}] = featool( 'feval', 'plotgeom', varargin{:} );
if( ~nargout ), clear varargout; end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。