Sie sind auf Seite 1von 1

a/b - right division

b\a - left div


who
whos
clear x, y, z
... - ellipsis
format long
format short - 4 decimals
format rat - closest rational expression
format short e - exponent representation
pi
exp(a) = e^a
sqrt(x)
log(x) - natural log
log10(x) - base ten
inverse
cos(pi/4) - radian argument by default acos(pi/4)
sin
tan
new script (example.m), back to command win
chapter 2
a=[2;1;3] - column vector
a=[2,1,3] - row vector
' - transpose

Das könnte Ihnen auch gefallen