/usr/share/freemat/help/text/print.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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | PRINT PRINT Print a Figure To A File
Usage
This function ``prints'' the currently active fig to a file. The
generic syntax for its use is
print(filename)
or, alternately,
print filename
where filename is the (string) filename of the destined file. The current
fig is then saved to the output file using a format that is determined
by the extension of the filename. The exact output formats may vary on
different platforms, but generally speaking, the following extensions
should be supported cross-platform:
- jpg, jpeg -- JPEG file
- pdf -- Portable Document Format file
- png -- Portable Net Graphics file
- svg -- Scalable Vector Graphics file
Postscript (PS, EPS) is supported on non-Mac-OSX Unix only.
Note that only the fig is printed, not the window displaying
the fig. If you want something like that (essentially a window-capture)
use a seperate utility or your operating system's built in screen
capture ability.
|