Overview
-
- Course Overview: Familiarize yourself with the course.
- Commands: Enter commands in MATLAB to perform calculations and create variables.
- MATLAB Desktop and Editor: Write and save your own MATLAB programs.
- Vectors and Matrices: Create MATLAB variables that contain multiple elements.
- Indexing into and Modifying Arrays: Use indexing to extract and modify rows, columns, and elements of MATLAB arrays.
- Array Calculations: Perform calculations on entire arrays at once.
- Calling Functions: Call functions to obtain multiple outputs.
- Obtaining Help: Use the MATLAB documentation to discover information about MATLAB features.
- Plotting Data: Visualize variables using MATLAB's plotting functions.
- Importing Data: Bring data from external files into MATLAB.
- Logical Arrays: Use logical expressions to help you to extract elements of interest from MATLAB arrays.
- Programming: Write programs that execute code based upon some condition.
- Final Project: Bring together concepts that you have learned with a project.
- Conclusion: Learn next steps and give feedback on the course.