File: README

package info (click to toggle)
plplot 5.9.9-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 84,772 kB
  • sloc: ansic: 86,290; xml: 26,754; ada: 17,685; cpp: 15,530; php: 11,938; tcl: 11,125; ml: 6,825; perl: 6,736; f90: 6,709; python: 6,237; java: 6,215; sh: 2,042; makefile: 192; lisp: 75; fortran: 64; sed: 52
file content (29 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This directory contains a striped down version of matwrap, 

	Copyright (c) 1997 Gary R. Holt.  This is distributed under the terms of
	the  perl artistic license (http://language.perl.com/misc/Artistic.html).
	
Excerpts from the package README:
	
	Have you ever wanted to call subroutines from a C library from a
	scripting language like MATLAB or octave or tela?  Have you ever wanted
	to write your own simulation in C and have its functions be directly
	callable from MATLAB, instead of going through output files?  It is very
	tedious and error-prone to write the wrapper functions which convert
	from MATLAB's types to the float or double or int types that your
	functions actually want. matwrap is a perl script that generates the
	wrapper functions for you automatically from your .h files.

   [...]
	
	matwrap currently supports the languages Matlab (version 5.0), octave,
   and tela.  Other languages can be added with a little bit of work.
	
	[...]
	
	You can pick up the latest distribution from
	http://LNC.usc.edu/~holt/matwrap/.
	
	Gary Holt (holt@klab.caltech.edu)
	13 Dec 1999