Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. close all
  2. clear all
  3. t=0:pi/10:2*pi;
  4. y=exp(t).*(1+cos(3.*t))
  5. subplot(2,1,1)
  6. plot(t,y,'p:r')
  7. subplot(2,1,2)
  8. plot(t,y,'p:r')
  9. axis([0,2*pi,-100,900])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement