I will sharing my lectures on Matlab and programming here, as well as the notes and codes.
Learning Goals
Create a line plot of a vector and customize plot markers and colors
Label axes, add a title, and add a legend to a plot
At the MATLAB command line, typing help followed by a function name displays documentation for a built-in function. For example, help plot will bring up help information for plotting. Further documentation can be found at the MATLAB documentation pages.
MathWorks also has a series of videos about various MATLAB features:
To start, you should watch this introductory sets of videos:
https://learntocode.mathworks.com/portal.html
This is a very interactive course with videos, exercises, made by the creators of Matlab. This will help you with the fundamentals and steps by step process for most of what is needed for the course. It is written for a wide audience so the steps are extremely clear, with simple language and each lesson have a video with exercises. You do not need an account to take the tutorial.