• Remix
  • Share
  • New Entry

on 4 Oct 2021
  • 6
  • 63
  • 0
  • 0
  • 268
set(gcf,'defaultLineLineWidth',16)
rectangle('Position',[-5,-3,10,6],'Curvature',0.5,'LineWidth',16)
colororder(zeros(5,3));
hold on
a=[-4,-1];b=[0,1];
plot(a,b,-a,b)
axis off
c=(pi/2:0.1:1.5*pi)';
x=sin(c)-1;
y=cos(c)-1;
plot([flipud(-x);x],[flipud(y);y])
plot([-3,-1,1,3],[5,3,3,5])
Remix Tree