Input matrix.
Input matrix.
true if all elements of isclose(A, B) are 1.
Compares elements of two matrices. One of the input can be scalar number.
Input matrix.
Input matrix.
logical matrix. 1 if A(i) == B(i).
Compares elements of two matrices. One of the input can be scalar number.
Input matrix.
Input matrix.
logical matrix. 1 if A(i) >= B(i).
Compares elements of two matrices. One of the input can be scalar number.
Input matrix.
Input matrix.
logical matrix. 1 if A(i) > B(i).
Compares if elements of two matrices are close. One of the input can be scalar number.
Input matrix.
Input matrix.
logical matrix. 1 if abs(A(i) - B(i)) <= atol + rtol * abs(B(i)).
Checks if all matrices are equal. Assumes NaN is not equal to NaN.
Input matrices.
true if all matrices are the same regarding both size and value of elements.
Checks if all matrices are equal. Assumes NaN is equal to NaN.
Input matrices.
true if all matrices are the same regarding both size and value of elements.
Compares elements of two matrices. One of the input can be scalar number.
Input matrix.
Input matrix.
logical matrix. 1 if A(i) <= B(i).
Compares elements of two matrices. One of the input can be scalar number.
Input matrix.
Input matrix.
logical matrix. 1 if A(i) < B(i).
Compares elements of two matrices. One of the input can be scalar number.
Input matrix.
Input matrix.
logical matrix. 1 if A(i) != B(i).
Generated using TypeDoc
Compares if all the elements of two matrices are close. One of the input can be scalar number. See also isclose