Instructor Notes
This is a placeholder file. Please add content here.
What is MATLAB?
Matlab Layout
Instructor Note
May be worth explaining that *
is used for
multiplication in many programming languages and /
for
divide Explain ans =
- or at least mention this will be
covered later.
Creating Variables
Working with Variables
Instructor Note
This is a good point to use help cat
and explain how
they can learn that the parameters to it are and why you need a 1 at the
front. Getting them used to looking up functions and not getting stuck
is important!
Instructor Note
It is worth exploring why the square brackets exist here, demoing using the help or doc command to find why that exists and use it as a learning example.