From: Sam Takoy on
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
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