randloop

Version 1.0.0.0 (634 Bytes) von Jesse Crotts
Creates a randomized loop around the origin.
11 Downloads
Aktualisiert 8. Jan 2018

Lizenz anzeigen

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

Zitieren als

Jesse Crotts (2026). randloop (https://de.mathworks.com/matlabcentral/fileexchange/65630-randloop), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2016b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Volume Visualization finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.0.0.0