/usr/share/freemat/help/text/end.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 | END END End Function
Usage
Computes the size of a variable along a given dimension. The syntax
for its use is
y = end(x,dim,subindexes)
where x is the array to be analyzed, dim is the dimension along
which to compute the end, and subindexes indicates how many dimensions
are involved in the end calculation.
|