Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function A = F(t)
- x = (2+cos(3*t)).*cos(2*t);
- y = (2+cos(3*t)).*sin(2*t);
- A = [x,y];
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement