/usr/share/freemat/help/text/conv.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | CONV CONV Convolution Function
Usage
The conv function performs a one-dimensional convolution of two
vector arguments. The syntax for its use is
z = conv(x,y)
where x and y are vectors. The output is of length nx + ny -1.
The conv function calls conv2 to do the calculation. See its
help for more details.
|