Main Content

conj

Complex conjugate of fi object

Syntax

conj(a)

Description

conj(a) is the complex conjugate of fi object a.

When a is complex,

conj(a)=real(a)i×imag(a)

The numerictype and fimath properties associated with the input a are applied to the output.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

HDL Code Generation
Generate VHDL, Verilog and SystemVerilog code for FPGA and ASIC designs using HDL Coder™.

Version History

Introduced before R2006a

See Also