
others' Matlab
seamanj
这个作者很懒,什么都没留下…
展开
-
intersectLineMesh3d
C:\TestMatlab\geom3dfunction [points, pos, faceInds] = intersectLineMesh3d(line, vertices, faces, varargin)%INTERSECTLINEMESH3D Intersection points of a 3D line with a mesh%% INTERS = intersectLi原创 2017-02-16 18:43:41 · 951 阅读 · 0 评论 -
read tetgen file
function [p,f,t] = read_tetgenmesh( file )% READ_TETGENMESH Reads Tetgen meshes% Reads the native Tetgen format mesh-files into Matlab. The output% [p,f,t] (nodes,faces,tetras) is similar to原创 2017-02-09 20:47:33 · 514 阅读 · 0 评论 -
sort_nat
function [cs,index] = sort_nat(c,mode)%sort_nat: Natural order sort of cell array of strings.% usage: [S,INDEX] = sort_nat(C)%% where,% C is a cell array (vector) of strings to be sorted.%原创 2017-02-19 08:16:44 · 4845 阅读 · 1 评论