Index of /archives/text/CTAN/graphics/metapost/contrib/macros/matlab

Icon  Name                                                  Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] user_guide.pdf 2005-03-08 09:00 55K [TXT] simple.mp 2005-03-08 09:00 700 [   ] sample_data 2005-03-08 09:00 266 [   ] matlab.tex 2005-03-08 09:00 5.2K [TXT] matlab.mp 2005-03-08 09:00 9.3K [   ] lstmp.tex 2005-03-07 09:00 4.0K [TXT] latexmp.mp 2005-04-07 08:00 15K [   ] example.mp 2005-03-08 09:00 533 [TXT] README 2005-03-07 09:00 1.1K [   ] Makefile 2005-03-07 09:00 406
matlab.mp ------- Metapost data plotting in matlab style

Yang Yang yangyang@juggler.ucsd.edu

March 3 2005


Matlab has powerful data plotting ability, but one annoying problem
prevents it from being perfect: when you increase the linewidth, the
dotted line size stays the same, so the plotted line no longer looks
like a dotted line.

another problem is matlab bug: it oftern cuts away some curves and
captions.

plus, matlab is expensive. on the other hand, the free gnuplot also
doesn't produce very satisfactory visual effects.


I got accustomed to matlab's easy interface. so I want to integerate
the powerful graphic function of Metapost and the easy interface of
Matlab. so I wrote this script matlab.mp. this is based on graph.mp, I
just collected the data into 2-D arrays, and remembered the line
styles, so it's easy to plot out legends.

FEATURES:
all kinds of line color, width, style (dotted/dashed, etc), and
markers. you can easily expand this by modifying the code.

easy interface. very similar to matlab

full power of latex in caption/legends, by using the latexmp package.