2.4. Constants and Variables
Constants refer to fixed values which do not change during the execution of a program. Constants can be of two types:
2.4.1. Numeric Constants
Numeric constants are classified into three types, that is integer constants, real constants and complex constants. However, MATLAB does not differentiate between integer and real constants during execution.
2.4.1.1. Integer Constants/Numbers
Integer constants/numbers consist of a set of digits, 0 through 9, with an optional ‘−’ or ‘+’ sign. Some valid examples of integer constants are as follows:
456 | −120 | +34 | 234567 |
Spaces, commas and non-digit characters are not allowed between digits. Some examples of invalid integer constants are as ...
Get MATLAB® and Its Applications in Engineering: [Based on MATLAB 7.5 (R2007b)] now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.