(1) The document provides examples of writing basic Matlab programs using variables, arrays, mathematical operations, conditional statements, and loops.
(2) Key concepts covered include assigning values to variables, built-in math functions, formatted output, extracting individual elements from arrays, using comments, and plotting simple graphs.
(3) Examples demonstrate the use of conditional statements like if-elseif-else and logical operators, as well as for loops and while loops to perform repetitive calculations and operations on arrays.