matlab基本函數(shù)
abs :絕對值
acos :反余弦
acosh :反雙曲余弦函數(shù)
acot :反余切
acoth :反雙曲線余切
acsc :反余割
acsch :反雙曲線余割
angle :相位角
asec :反正割
asech :反雙曲線正割
asin :反正弦
asinh :反雙曲線正弦
atan :反正切
atanh :反雙曲線正切
atan2 :四象限反正切
ceil :向正無窮方向舍入 ceil(4.3)=5
complex :復(fù)數(shù)
conj :求共扼
cos :余弦
cosh :雙曲余弦
cot :余切
coth :雙曲線余切
csc :余割
csch :雙曲線余割
exp :指數(shù)
fix :向零舍入
floor :向負無窮大舍入
gcd :最大公約數(shù)
imag :復(fù)數(shù)的虛部
lcm :最小公倍數(shù)
log :自然對數(shù)
log2 :以2為底的對數(shù)
log10 :以10為底的對數(shù)
mod :模除
nchoosek :二項式系數(shù) nchoosek(n,k)=n!/{k!(n-k)!}
real :復(fù)數(shù)實部
rem :余數(shù)
round :四舍五入
sec :正割
sech :雙曲線正割
sign :符號函數(shù)
sin :正弦
sinh :雙曲線正弦
sqrt :平方根
tan :正切
tanh :雙曲線正切
函數(shù)
convhull :凸殼函數(shù)
cumprod :累計積
cumsum :累計和
cumtrapz :累計梯形數(shù)值積分
delaunay :Delaunay三角化
dsearch :求最近點 (這是兩個有趣的函數(shù))
factor :質(zhì)數(shù)分解
inpolygon :搜索多邊形內(nèi)的點
max :最大元素
mean :平均值
median :數(shù)組的中間值
min :最小值
perms :向量所有排列組成矩陣
polyarea :多邊形的面積
primes :生成質(zhì)數(shù)列表
prod :數(shù)組元素積
sort :元素按升序排列
sortrows :將行按升序排列
std :標準差
sum :元素和
trapz :梯形數(shù)值積分
tsearch :搜索Delaunay三角形
var :方差
voronoi :Voronoi圖
del2 :Laplacian離散
diff :差分和近似微分
gradient :數(shù)值梯度
corrcoef :相關(guān)系數(shù)
cov :協(xié)方差矩陣
xcorr :互相關(guān)系數(shù)
xcov :互協(xié)方差矩陣
xcorr2 :二維互相關(guān)
conv :卷積和多項式相乘
conv2 :二維卷積
deconv :反卷積
filter :濾波
filter2 :二維數(shù)字濾波
評論