- /
-
Fancy Lincoln
on 15 Oct 2021
- 6
- 19
- 1
- 0
- 252
f=axes
penny
view(f,[0 90]);
hold on
x=[67:.1:78]
y=-(x-72).^3/10+80
z=x*0+250
plot3(x,y,z,'k')
annotation('ellipse',[59 55 6 8]/100,'LineWidth',2);
line([30 95],[25 25],[250 250],'Color','k','Linewidth',15)
line([40 85],[5 5],[250 250],'Color','k','Linewidth',70)
Image
