/usr/share/freemat/help/text/system.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 | SYSTEM SYSTEM Call an External Program
Usage
The system function allows you to call an external
program from within FreeMat, and capture the output.
The syntax of the system function is
y = system(cmd)
where cmd is the command to execute. The return
array y is of type cell-array, where each entry
in the array corresponds to a line from the output.
|