read_off.m

来自「toolbox_dimreduc - a toolbox for dimensi」· M 代码 · 共 10 行

M
10
字号
function [vertex,face] = read_off(filename, verbose)

% read_off - read data from OFF file.
%
%   [vertex,face] = read_off(filename, verbose);
%
%   'vertex' is a 'nb.vert x 3' array specifying the position of the vertices.
%   'face' is a 'nb.face x 3' array specifying the connectivity of the mesh.
%
%   Copyright (c) 2003 Gabriel Peyr

⌨️ 快捷键说明

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