Growbubbles - maximum radius packing

버전 1.0.0.0 (2.21 KB) 작성자: Sven
Growbubbles takes centroid points and returns the maximum radius circles or spheres without overlap
다운로드 수: 1.6K
업데이트 날짜: 2011/10/10

라이선스 보기

%GROWBUBBLES packs maximum radius circles at given central locations
%
% PTRADS = GROWBUBBLES(PTS) returns the radius of circles at coordinates in PTS with all radii
% maximised but without any circles overlapping. PTS is a P-by-N matrix of P "N-dimensional"
% points.
%
% If no output argument is given, PTSIN will be plotted as circles (2D) or spheres (3D) to the
% current figure.
%
% Example:
%
% % Find the maximum packed radius of 20 random points
% x = rand(20, 2);
% ptRads = growbubbles(x);

인용 양식

Sven (2024). Growbubbles - maximum radius packing (https://www.mathworks.com/matlabcentral/fileexchange/33213-growbubbles-maximum-radius-packing), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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