Language Fundamentals Syntax, operators, data types, array indexing and manipulation MATLAB is an abbreviation for "matrix laboratory." While other programming languages usually work with numbers one at a time, MATLAB ® operates on whole matrices and arrays. Language fundamentals include basic operations, such as creating variables, array indexing, arithmetic, and data types. Entering Commands Build and run MATLAB statements Matrices and Arrays Array creation, combining, reshaping, rearranging, and indexing Operators and Elementary Operations Arithmetic, relational, and logical operators, special characters, rounding, set functions Data Types Numeric arrays, character arrays, tables, structures, and cell arrays; data type conversion Entering Commands Build and run MATLAB ® statements Functions ans Most recent answer clc Clear Command Window diary Save Command Window text to file format Set Command Window output display format home Send cursor home iskeyword Determine w...