12 |
|
.I Tabfunc |
13 |
|
reads a table of numbers from the standard input and converts it to |
14 |
|
an expression suitable for |
15 |
< |
.I calc(1), |
15 |
> |
.I icalc(1), |
16 |
|
.I rcalc(1) |
17 |
|
and their cousins. |
18 |
|
The input must consist of a M x N matrix of real numbers, with exactly |
48 |
|
To convert a small data table and feed it to rcalc for some |
49 |
|
calculation: |
50 |
|
.IP "" .2i |
51 |
< |
rcalc -e `tabfunc f1 f2 < table.dat` -f com.cal |
51 |
> |
rcalc \-e `tabfunc f1 f2 < table.dat` \-f com.cal |
52 |
|
.SH AUTHOR |
53 |
|
Greg Ward |
54 |
|
.SH "SEE ALSO" |
55 |
< |
cnt(1), lam(1), neat(1), rcalc(1), total(1) |
55 |
> |
cnt(1), icalc(1), neaten(1), rcalc(1), rlam(1), total(1) |