/usr/share/freemat/help/text/point.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 | POINT POINT Get Axis Position From Mouse Click
Usage
Returns information about the currently displayed image based on a use
supplied mouse-click. The general syntax for its use is
t = point
The returned vector y has two elements:
where x,y are the coordinates in the current axes of the click. This
function has changed since FreeMat 1.10. If the click is not inside the
active area of any set of axes, a pair of NaNs are returned.
|