(translator=Shilo, ChineseSource=Shilo-20020416-3\complex.html, EnglishSource=c:\matlabr12\help\techdoc\ref\complex.html)
MATLAB Function Reference    
complex

以實部、虛部來建立複數

Syntax

Description

c = complex(a,b) 由兩個實數輸入參數,來產生一個複數 c

回傳結果的維度與輸入參數相同,為維度相同的向量、矩陣或多維陣列。

當 "i" 與 "j" 用來表示別的變數(不等於 ),或 ab 不為倍精度(double-precision)時,complex 函式提供一個有用的方法來取代下面的表示式:

c = complex(a) 回傳一個實部為 a、虛部為 0 的複數。

Example

由兩個實數 uint8 的向量產生複數 uint8 的向量

See Also

imag, real


 compass computer