ISEQUAL Test For Matrix Equality
Section: Inspection Functions
Usage
Test two arrays for equality. The general format for its use isy = 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.