/usr/share/freemat/help/text/subsindex.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 | SUBSINDEX SUBSINDEX Overloaded Class Indexing
Usage
This method is called for classes in the expressions
of the form
c = subsindex(a)
where a is an object, and c is an index vector.
It is also called for
c = b(a)
in which case subsindex(a) must return a vector containing
integers between 0 and N-1 where N is the number
of elements in the vector b.
|