Basics of MATLAB, including default panels, basic arithmetic on real and complex numbers, harmonic and hyperbolic functions, other basic functions (exponential, logarithm, power, modulus, decimal to integer conversion, etc.), types of variables, cleaning workspace, command history and command window, some important preference settings, help documents and demo files, hardware support packages, MathWorks file sharing webpage, saving and loading workspace variables, diary, reserved keywords, and changing the result display precision.
Different windows in MATLAB GUI: 0:14
Determining the type and size of workspace variables (who and whos): 5:00
Recalling a previously-used command: 6:28
Cleaning the workspace and the command window: 18:16
MATLAB preferences: 9:18
MATLAB help, toolboxes, examples, and MathWorks file exchange: 11:30
Saving workspace variables to a .mat file and loading data from it: 15:55
Saving command window history and the results to a text file (diary): 23:10
Suppressing the output in the command window using the semicolon: 24:05
Cleaning the command history: 26:28
Stopping the code execution (ctrl+c): 27:17
Rules for naming variables: 28:20
Reserved keywords: 32:18
Changing the display decimals/precision: 35:02
Basic calculation functions: 40:32