gm_mcompo.m

来自「算断裂的」· M 代码 · 共 11 行

M
11
字号
function [varargout]=gm_mcompo(varargin)%% gm_mcompo finds connected components of a mesh%%   Tcl/Tk: gmset componum [gm_mcompo $msh]%%   Matlab: componum = gm_mcompo(msh);%% This routine labels mesh nodes with their connected components%% (an integer starting with 0 for the first connected component).%% The return value is an array of integers whose entries are in%% correspondence with nodes of the mesh.  In the matlab case, the%% return value is a zba.gm_errmsg('gm_mcompo')

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?