This file is indexed.

/usr/share/freemat/help/text/polyfit.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
POLYFIT POLYFIT Fit Polynomial To Data

Usage

The polyfit routine has the following syntax

  p = polyfit(x,y,n)

where x and y are vectors of the same size, and
n is the degree of the approximating polynomial.  
The resulting vector p forms the coefficients of
the optimal polynomial (in descending degree) that fit
y with x.