Skip to main content
Logo image

Chapter 2 Programming Basics

Programming is the process of writing a sequence of commands that a computer can follow to perform a task. A programming language, like MATLAB, provides a way to communicate your instructions to your computer.

πŸ“: β€œTasks”.

When you move from experimenting in the command window to writing scripts and functions, you package commands into tasks and decide how those tasks should run. As a programmer, your job is to steer the flow of your program so it runs the correct commands at the right times.