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

conjugate (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: basic

Requires: MathScript RT Module

Syntax

c = conjugate(a)

Legacy Name: conj

Description

Computes the complex conjugates of the input elements.

Examples

Inputs

Name Description
a Specifies a numeric scalar, vector, or matrix.

Outputs

Name Description
c Returns the complex conjugates of the elements in a. If a is real, c equals a. c is a scalar, vector, or matrix of the same size as a.

Examples

A = [1+2i, 4i; -3-6i, -5i]
C = conjugate(A)


 

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