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
Citar como
Jesse Crotts (2024). randloop (https://www.mathworks.com/matlabcentral/fileexchange/65630-randloop), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2016b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Más información sobre Volume Visualization en Help Center y MATLAB Answers.
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |