The most recent answer
Syntax
ans
Description
MATLAB creates the ans variable automatically when you specify no output argument.
Examples
The statement
2+2
is the same as
ans = 2+2
See Also
display
© 1994-2005 The MathWorks, Inc.