From: Sam Takoy on 12 Jun 2010 02:55 Hi, Is there a way to plot a vectorized circle in matlab in the sense that it invokes the "arc" command when printed to Postscript. I'm asking because plot(cos(alpha), sin(alpha)) is just gnarly looking. Thanks, Sam
From: us on 12 Jun 2010 08:59 Sam Takoy <sam.takoy(a)yahoo.com> wrote in message <huvb1b$nlr$1(a)news.eternal-september.org>... > Hi, > > Is there a way to plot a vectorized circle in matlab in the sense that > it invokes the "arc" command when printed to Postscript. I'm asking > because plot(cos(alpha), sin(alpha)) is just gnarly looking. > > Thanks, > > Sam a hint: - nothing available, which would invoke arc... - just make your angles smaller... us
|
Pages: 1 Prev: linear interpolation Next: Does fill() remove tag of axes??? |