|
cd
c:\my_diaries
dir
. ..
diary
test_diary
dir
. .. test_diary
pwd
ans =
c:\my_diaries
who
Your variables are:
ans
help
sqrt
SQRT Square root. SQRT(X) is the square root of the elements
of X. Complex results are produced if X is not positive.
See also SQRTM.
Overloaded methods help sym/sqrt.m
diary
off
This
will not be in the diary file!!! ??? This will | Missing
operator, comma, or semi-colon.
clear
help ans
ANS Most recent answer. ANS is the variable created
automatically when expressions are not assigned to anything else.
ANSwer.
diary
on
who
help abs
ABS Absolute value. ABS(X) is the absolute value of the
elements of X. When X is complex, ABS(X) is the complex modulus
(magnitude) of the elements of X.
See also SIGN, ANGLE, UNWRAP.
Overloaded methods help sym/abs.m
diary
off
dir
. .. test_diary
type
test_diary
dir
. .. test_diary
pwd
ans =
c:\my_diaries
who
Your variables are:
ans
help sqrt
SQRT Square root. SQRT(X) is the square root of the elements
of X. Complex results are produced if X is not positive.
See also SQRTM.
Overloaded methods help sym/sqrt.m
diary off who help abs
ABS Absolute value. ABS(X) is the absolute value of the
elements of X. When X is complex, ABS(X) is the complex modulus
(magnitude) of the elements of X.
See also SIGN, ANGLE, UNWRAP.
Overloaded methods help sym/abs.m
diary off
|