gmboundary.m

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

M
11
字号
function [varargout]=gmboundary(varargin)%% gmboundary extracts the boundary from a simplicial complex%%   Matlab: newsimpcomp = gmboundary(simpcomp); %%   Tcl/Tk: gmset newsimpcomp [gmboundary $simpcomp] %% This routine applies the boundary operator to a simplicial complex,%% and returns the resulting simplicial complex.  The resulting%% simplicial complex has the same embedded dimension, an intrinsic%% dimension of one less, and a subset of the vertices. The global vertex%% numbers are preserved.gm_errmsg('gmboundary')

⌨️ 快捷键说明

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