/usr/share/freemat/help/text/which.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 13 14 15 16 17 | WHICH WHICH Get Information on Function
Usage
Returns information on a function (if defined). The usage is
which(fname)
where fname is a string argument that contains the name of the
function. For functions and scripts defined
via .m files, the which command returns the location of the source
file:
y = which(fname)
will return the filename for the .m file corresponding to the given
function, and an empty string otherwise.
|