matlab中bitget函数用法_MATLAB+中的常用操作符

Arithmetic operators.

plus

Plus +

uplus

Unary plus +

minus

Minus

uminus

Unary minus

mtimes

Matrix multiply *

times

Array multiply .*

mpower

Matrix power ^

power

Array power .^

mldivide

Backslash or left matrix divide \

mrdivide

Slash or right matrix divide /

ldivide

Left array divide .\

rdivide

Right array divide ./

kron

Kronecker tensor product kron

Relational operators.

eq

Equal ==

ne

Not equal ~=

lt

Less than <

gt

Greater than >

le

Less than or equal <=

ge

Greater than or equal >=

Logical operators.

Short

circuit logical AND &&

Short

circuit logical OR ||

and

Element wise logical AND &

or

Element wise logical OR |

not

Logical NOT ~

xor

Logical EXCLUSIVE OR

any

True if any element of vector is nonzero

all

True if all elements of vector are nonzero

Special characters.

colon

Colon :

paren

Parentheses and subscripting ( )

paren

Brackets [ ]

paren

Braces and subscripting { }

punct

Function handle creation @

punct

Decimal point .

punct

Structure field access .

punct

Parent directory ..

punct

Continuation ...

punct

Separator ,

punct

Semicolon ;

punct

Comment %

punct

Invoke operating system command !

punct

Assignment =

punct

Quote '

transpose

Transpose .'

ctranspose

Complex conjugate transpose '

horzcat

Horizontal concatenation [,]

vertcat

Vertical concatenation [;]

subsasgn

Subscripted assignment ( ),{ },.

subsref

Subscripted reference ( ),{ },.

subsindex

Subscript index

你可能感兴趣的:(matlab中bitget函数用法_MATLAB+中的常用操作符)