Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

is_equal (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: comparison

Requires: MathScript RT Module

Syntax

c = is_equal(a, b, ...)

Legacy Name: isequal

Description

Determines whether two or more matrices contain the same numerical content. The data types do not have to be the same. is_equal does not consider values of NaN to be equal to each other. You can specify an unlimited number of inputs. All inputs must have the same size.

Examples

Inputs

Name Description
a Specifies the first scalar, vector, or matrix of double-precision, floating-point or complex double-precision, floating-point numbers.
b Specifies the second scalar, vector, or matrix of double-precision, floating-point or complex double-precision, floating-point numbers.

Outputs

Name Description
c Returns 1 if a and b contain the same numerical content. Otherwise, this function returns 0. c is a Boolean.

Examples

A = [1, 2, 3; nan, inf, 4]
B = A
C = is_equal(A, B)

Related Topics

is_equalnan


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit