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
Cite As
Jesse Crotts (2026). randloop (https://in.mathworks.com/matlabcentral/fileexchange/65630-randloop), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Volume Visualization in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
