ImplicitData3

버전 1.0.0 (1.95 KB) 작성자: Philip Bean
Gathers x,y,z point data from a 3D implicit function
다운로드 수: 76
업데이트 2019/9/12

라이선스 보기

Unlike every other form of plot, fimplicit3 does not generate X,Y,Z point data (even fimplicit does this in 2D). To get around this, and get the data from a 3D implicit function, It is necessary to transform the problem into a series of 2D problems, which can be solved using the 2D fimplicit function. This function accomplishes this for general 3D functions.
Inputs:
Function -- The same 3D function handle that you would pass to the
implicit surface function fimplicit3. This is the
function that we're gettinbg data from
Lims -- An array of coordinate limits [X-,X+,Y-,Y+,Z-,Z+] or
[Lower Upper] for a cubic region. This is the same as
the "LIMS" argument for fimplicit3
MeshDensity -- The number of points evaluated along each axis. This is
the same as the "MeshDensity" name-value parameter for
fimplicit3

Outputs:
x,y,z -- Vectors of the X, Y, and Z-coordinates of points on the
implicit surface

인용 양식

Philip Bean (2026). ImplicitData3 (https://kr.mathworks.com/matlabcentral/fileexchange/72733-implicitdata3), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Graphics에 대해 자세히 알아보기
태그 태그 추가
버전 게시됨 릴리스 정보
1.0.0