You are on page 1of 1

t = 0:.1:10; % Time limits s = 0.

1+i; % Spiral rate y = exp(-s*t); % Compute decaying exponential stem3(real(y),imag(y),t) hold on plot3(real(y),imag(y),t,'r') hold off view(-39.5,62)

You might also like