This document provides an overview of MATLAB orientation course on fundamentals of MATLAB programming delivered by Chirodeep Bakli. It discusses the different types of M-files (script and function M-files), how to create and call M-files, variables used in M-files (local, global, persistent variables), operators and functions that can be used in M-files. It provides examples of script and function M-files and demonstrates how to access text editors to create M-files, list files, check file contents and call functions.