MATLAB Function Reference
Go to function:
Search
 
Help Desk
ans
Examples
The most recent answer
Syntax
ans
Description
The
ans
variable is created automatically when no output argument is specified.
Examples
The statement
2+2
is the same as
ans = 2+2
[
Previous
|
Help Desk
|
Next
]