新聞中心

EEPW首頁(yè) > 模擬技術(shù) > 設(shè)計(jì)應(yīng)用 > MATLAB入門教程之MATLAB的基本知識(shí)

MATLAB入門教程之MATLAB的基本知識(shí)

作者: 時(shí)間:2012-03-27 來(lái)源:網(wǎng)絡(luò) 收藏
NG-TOP: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BACKGROUND-COLOR: rgb(255,255,255); orphans: 2; widows: 2; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">abs(x):純量的絕對(duì)值或向量的長(zhǎng)度
angle(z):復(fù)數(shù)z的相角(Phase angle)
sqrt(x):開(kāi)平方
real(z):復(fù)數(shù)z的實(shí)部
imag(z):復(fù)數(shù)z的虛部
conj(z):復(fù)數(shù)z的共軛復(fù)數(shù)
round(x):四舍五入至最近整數(shù)
fix(x):無(wú)論正負(fù),舍去小數(shù)至最近整數(shù)
floor(x):地板函數(shù),即舍去正小數(shù)至最近整數(shù)
ceil(x):天花板函數(shù),即加入正小數(shù)至最近整數(shù)
rat(x):將實(shí)數(shù)x化為分?jǐn)?shù)表示
rats(x):將實(shí)數(shù)x化為多項(xiàng)分?jǐn)?shù)展開(kāi)
sign(x):符號(hào)函數(shù) (Signum function)。
當(dāng)x0時(shí),sign(x)=-1;
當(dāng)x=0時(shí),sign(x)=0;
當(dāng)x>0時(shí),sign(x)=1。
> 小整理:常用的三角函數(shù)
sin(x):正弦函數(shù)
cos(x):馀弦函數(shù)
tan(x):正切函數(shù)
asin(x):反正弦函數(shù)
acos(x):反馀弦函數(shù)


關(guān)鍵詞: MATLAB 入門教程 基本知識(shí)

評(píng)論


相關(guān)推薦

技術(shù)專區(qū)

關(guān)閉