- /
-
plot
on 25 Oct 2024
- 10
- 131
- 0
- 0
- 86
Cite your audio source here (if applicable):
drawframe(1);
Write your drawframe function below
function drawframe(f)
x=-100:100;
plot(x,sin(x/f+f*sin(x/f)),'linewidth',f/10,'color',[0.5/f 0.5/f 0.6/(f*2)]);
end
Movie
Audio
This submission does not have audio.