/usr/share/freemat/help/text/set.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 | SET SET Set Object Property
Usage
This function allows you to change the value associated
with a property. The syntax for its use is
set(handle,property,value,property,value,...)
where property is a string containing the name of the
property, and value is the value for that property. The
type of the variable value depends on the property being
set. See the help for the properties to see what values
you can set.
|