• Remix
  • Share
  • New Entry

on 14 Oct 2021
  • 33
  • 21
  • 0
  • 0
  • 126
t = 0:.1:10;
s = 0.1+i;
y = exp(-s*t);
stem3(real(y),imag(y),t,'r')
hold on
plot3(real(y),imag(y),t,'b')
hold off
view(-39.5,62)
axis off
Remix Tree