⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qhull.m

📁 Oversampling Delta-Sigma Data Converters
💻 M
字号:
function [vertices, edges, normals, offsets] = qhull(points,str)% function [V E N O] = qhull(P,str): Convex hull finder based on qhull% P is an nxm list of m n-dimensional points.% V is the vertices of the hull.% E is the edges of the hull: pairs of indices into the V array.% N is the normals for the facets and O is their offsets.% Points inside the hull are characterized by x'*N + O < 0%% str is the argument string to qhull, the default is %  'qhull(mex) Qcx C0.001 A0.999'.%% See the documentation on qhull for more information.%% NOTE: In 2D, qhull() modifies those points in P that are vertices of %  merged facets.

⌨️ 快捷键说明

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