randloop

版本 1.0.0.0 (634 字节) 作者: Jesse Crotts
Creates a randomized loop around the origin.
11.0 次下载
更新时间 2018/1/8

查看许可证

This code creates a random loop around (x,y) = (0,0).
Inspired by: 3Blue1Brown (YouTube)
URL: https://www.youtube.com/watch?v=AmgkSdhK4K8

Code Example:
clc; clear
points = 7;
smoothness = .01;
[dist theta] = randloop(points,smoothness)
polarplot(dist,theta)
% or
% plot(theta.*cos(dist),theta.*sin(dist)) % for cartesian plot

引用格式

Jesse Crotts (2024). randloop (https://www.mathworks.com/matlabcentral/fileexchange/65630-randloop), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0