类型 |
范围 |
说明 |
Int8,uint8 |
\(-2^7~2^7-1\),\(0~2^8-1\) |
|
Int16,uint16 |
\(-2^15~2^15-1\),\(0~2^16-1\) |
|
Int32,uint32 |
\(-2^31~2^31-1\),\(0~2^32-1\) |
|
int64,uint64 |
\(-2^63~2^63-1\),\(0~2^64-1\) |
不可以数学运算 |
single |
|
单精度浮点 |
double |
|
默认 |
取整函数
函数 |
用法 |
floor(x) |
向下取整 |
ceil(x) |
向上取整 |
Round(x) |
四舍五入 |
fix(x) |
不要小数 |
复数
函数 |
用处 |
real(z) |
返回实部 |
imag(z) |
返回虚部 |
abs(z) |
返回模 |
angle(z) |
返回虚部 |
angle(z) |
返回辐角 |
conj(z) |
返回共轭复数 |
complex(a,b) |
a 为实部,b 为虚部 |
无穷量
inf 正无穷
-inf 负无穷
逻辑
逻辑运算符 |
含义 |
&& |
与 |
|| |
或 |
~ |
非 |
xor(x,y) |
异或 |
any(x) |
x为 0 返回 1 |
finite |
元素有限为 1 |
isempty |
元素空为 1 |
isglobal |
元素为全局就 1 |
isstr |
字符串 |
isspace |
|
isreal |
是实数 |
isnan |
|
isletter |
|
isinf |
|
isieee |
|
ishold |
|
标签:返回,虚部,数据类型,63,取整,MATLAB,inf,无穷
来源: https://www.cnblogs.com/hughtop/p/15141520.html