Expressions:
The Expressions can be formed using values, variables which have already been formed, operators, parentheses, and built-in functions. For numbers, these can involve operators like multiplication, and functions like trigonometric functions. An illustration of such an expression would be:
>> 2 * sin(1.4)
ans = 1.9709