/usr/share/freemat/help/text/close.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 | CLOSE CLOSE Close Figure Window
Usage
Closes a figure window, either the currently active window, a
window with a specific handle, or all figure windows. The general
syntax for its use is
close(handle)
in which case the figure window with the speicified handle is
closed. Alternately, issuing the command with no argument
close
is equivalent to closing the currently active figure window. Finally
the command
close('all')
closes all figure windows currently open.
|