Re: use perl to draw Venn Diagram



On Wed, 30 Apr 2008 11:23:07 -0700 (PDT) nolo contendere <simon.chao@xxxxxxx> wrote:

nc> On Apr 30, 2:17 pm, Ted Zlatanov <t...@xxxxxxxxxxxx> wrote:

Also the OP may want to consider Matlab's own scripting abilities which
are pretty decent.

nc> Really? I have only cursory experience with Matlab, which was used in
nc> a genomics course I took, but I wasn't very impressed. Guess I didn't
nc> look closely enough at it.

It's pretty decent for what it does. For example, you can easily loop
over N values and do a plot that depends on the current value, which is
what the OP wanted. There's nntp:comp.soft-sys.matlab too.

See:

http://www.math.ucdavis.edu/~sawilliams/MATLABguide.html
http://physics.gac.edu/~huber/envision/tutor2/mtlscrip.htm

.... and many other M-file examples Google returned, plus Mathworks' own site ...

Note I use "scripts" when I mean functions as well in the Matlab
context.

Ted
.