Advertisement
Ostu

Untitled

May 29th, 2021
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.10 KB | None | 0 0
  1. e=0:0.01:10;
  2. alfa=-pi:0.01:pi
  3. [E,ALFA]=meshgrid(e,alfa)
  4. figure(1)
  5. mesh((-E.^2).*(cos(ALFA).^2))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement