/usr/share/freemat/help/text/pvalid.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 | PVALID PVALID Validate Property Name
Usage
This function checks to see if the given string is a valid
property name for an object of the given type. The syntax
for its use is
b = pvalid(type,propertyname)
where string is a string that contains the name of a
valid graphics object type, and
propertyname is a string that contains the name of the
property to test for.
|