Phyllotaxis Spiral Simulator

This MATLAB GUI simulates the Phyllotaxis spiral arragement that is common in nature.
77.0 次下载
更新时间 2019/10/10

Phyllotaxis is the arrangement of leaves on a plant stem, such as those observed in sunflowers. The GUI (gui_phyllotaxis.m) offers a simulator to play with the parameters that create the final spiral. Note that the original angle is (360/phi^2), where phi is the golden ratio!

Example of use:
gui_phyllotaxis;

--------------------------------------------------------------------------------------------------------
The main function is 'phyllotaxis(angle, c, sizes, fig_handle)', the rest of them are required to plot the GUI. Thus, this function can be used separately.

Input parameters:
- angle: (Optional, default: 360/phi^2) Spiral angle.
- c: (Optional, default: 2) Scaling factor.
- sizes: (Optional, default: [10 50]) Variation of the scatter points' sizes from the center to the end.
- fig_handle: (Optional) Figure handle to plot the result.

Example of use:
phyllotaxis;

引用格式

Víctor Martínez-Cagigal (2024). Phyllotaxis Spiral Simulator (https://github.com/vicmarcag/Phyllotaxis-Spiral-Simulator), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Language Fundamentals 的更多信息

Community Treasure Hunt

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

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库