/usr/share/freemat/help/text/figraise.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 | FIGRAISE FIGRAISE Raise a Figure Window
Usage
Raises a figure window indicated by the figure number. The syntax for
its use is
figraise(fignum)
where fignum is the number of the figure to raise. The figure will
be raised to the top of the GUI stack (meaning that it we be visible).
Note that this function does not cause fignum to become the current
figure, you must use the figure command for that.
|