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

cplxpair (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the basic class.

Syntax

c = cplxpair(a)

c = cplxpair(a, tol)

Description

Sorts complex numbers by their conjugate pairs.

Examples

Inputs

Name Description
a Specifies a complex vector.
tol Specifies when to treat two complex numbers as complex conjugates. The default is 1.0E-14. tol is a positive real number.

Outputs

Name Description
c Returns a sorted by conjugate pairs. c is a complex vector of the same size as a.

Examples

A = [1-i, 2, 1+i]
B = cplxpair(A)


Resources


 

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