/usr/share/freemat/help/text/isequal.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 | ISEQUAL ISEQUAL Test For Matrix Equality
Usage
Test two arrays for equality. The general format
for its use is
y = isequal(a,b)
This function returns true if the two arrays are
equal (compared element-wise). Unlike issame
the isequal function will type convert where
possible to do the comparison.
|