surfi

버전 1.2.0.0 (8.08 KB) 작성자: Ben Mitch
Plot (or return) surface interpolated from supplied vertices.
다운로드 수: 2.7K
업데이트 날짜: 2010/8/30

라이선스 보기

I often need to visualise a surface formed by a set of vertices when those vertices are not on a regular grid. surf() won't do this, so i made this file to generate the surface then plot it. The suffix `i' indicates "interpolate".

Also included is triangulate (a port from third party code, see help for details), which returns the surface without plotting it. This needs compiling before use.

Note that if you sort vertices before passing them to the function performance will generally be better, since you can sort them more intelligently than the algorithm can. See "help surfi".

인용 양식

Ben Mitch (2024). surfi (https://www.mathworks.com/matlabcentral/fileexchange/6169-surfi), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Added missing file, and tidied interfaces and help. Added auto-compile script.

1.0.0.0

more info