Skip to main content
Logo image

Chapter 1 Basics

This chapter introduces the MATLAB computing environment and the basic skills needed to work with it interactively.
You will begin by installing MATLAB and becoming familiar with the MATLAB Desktop, including the Command Window, Workspace, and Editor. You will then learn how to use the Command Window as a calculator, how MATLAB evaluates commands, and how results are stored in memory.
The chapter concludes with an introduction to variablesβ€”how they are created, named, and reused. Understanding how MATLAB stores values and executes assignments is essential before moving on to writing scripts and programs, which will be the focus of the next chapter.