a = 1.
MATLAB immediately adds variable a to the workspace and displays the result in the
Command Window. a = 1. When you do not specify an output variable,
MATLAB uses the variable ans , short for answer, to store the results of your calculation.
read more >>