이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
편집자 메모: This file was selected as MATLAB Central Pick of the Week
bubblebath() plots circles or other polygons at random positions with varying radii. All input parameters are optional including frame size, range of radii, number of vertices per bubble (eg, polygon shape), density, the amount of space between bubbles or how much they can overlap, edge behavior, and other parameters. A figure is produced and there are four outputs that allow the user to make further changes to the plotted objects or to recreate the exact same plot using the same version of the code.
See the help section for a detailed description of each optional parameter and its default value.
bubblebath_examples.mlx contains many examples showing how to manipulate parameters and how to use the outputs to add color, calculated area of each circle, and other useful information.
Follow this page for updates.
인용 양식
Adam Danz (2020). Bubblebath.m (https://www.mathworks.com/matlabcentral/fileexchange/70348), MATLAB Central File Exchange. Retrieved April 7, 2020.
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 2.3.0 | Added option to wrap edges (edgeType=3); rearrangements and improvements in efficiency will affect reproducibility of plots between versions using the same rng seed. |
||
| 2.2.0 | S.circPoints added to control shape of polygon. Unrecognized input fields will throw warning instead of error. EdgeType=1 now fits more bubbles. Removed backtrace from max iteration warning. maxCircsPerRadius replaced with maxCircsPerRad. |
||
| 2.1.0 | S.nSizes was misrepresented in the outputs when its input value was NaN. Updated waitbar message to include number of circles being processed. |
||
| 2.0.0 | Converted to proper function with optional inputs; added several new options to supress internal warnings, control overlap, avoid memory problems, and more. Updated documentation and input validation. |
||
| 1.2.0 | Updated to work with matlab releases prior to r2016b in response to Guang Lu's comment. Also added a waitbar to show progress. |
||
| 1.0.0 |
