This file is indexed.

/usr/share/freemat/help/text/xmlread.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
XMLREAD XMLREAD Read an XML Document into FreeMat

Usage

Given a filename, reads an XML document, parses it, and
returns the result as a FreeMat data structure.  The syntax for its
use is:

   p = xmlread(filename)

where filename is a string.  The
resulting object p is a data structure containing the information
in the document.  Note that the returned object p is not the same
object as the one returned by MATLAB's xmlread, although the 
information content is the same.  The output is largely compatible with the 
output of the parseXML example in the xmlread documentation of the
MATLAB API.