/usr/share/freemat/help/text/setprintlimit.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 | SETPRINTLIMIT SETPRINTLIMIT Set Limit For Printing Of Arrays
Usage
Changes the limit on how many elements of an array are printed
using either the disp function or using expressions on the
command line without a semi-colon. The default is set to
one thousand elements. You can increase or decrease this
limit by calling
setprintlimit(n)
where n is the new limit to use.
|