You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi Ive been trying to plot a logarithmic spiral in matlab but it doesn't quite look like a spiral, heres the commands I entered: >> t = [0:0.01:(2*pi)]; >> x = ((exp(t)).*(cos(t))); >> y = ((exp(t)).*(sin(t))); >> plot(x,y)
Any ideas???
skouliki katelouzos
unread,
Feb 17, 2009, 2:53:01 PM2/17/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message