Here are some basic MATLAB functions:
- Trigonometric functions like sin, cos, tan
- Exponential functions like exp, log
- Complex functions like abs, conj
- Discrete math functions like factorial
- Matrix functions like det
help provides documentation on functions.
Minimal MATLAB 13
Computing with MATLAB
Basic Operations
Assignment Operator =
Relational Operators
== ~= < <= > >=
Logical Operators
& | ~ && ||
Elementwise Operators
.^ .\ ./ .' .'
Special Operators
: ; ' () {} []