• Remix
  • Share
  • New Entry

on 6 Nov 2023
  • 8
  • 308
  • 4
  • 1
  • 75
drawframe(1);
Write your drawframe function below
% Example created by MathWorks community team; Author: Ned Gulley
function drawframe(f)
x = abs(f-24)/24;
plot(x,0, ...
Marker=".", ...
MarkerSize=100)
axis([0 1 -1 1])
end
Animation
Remix Tree
Load full remix tree