Brief Introduction
Learn the basics of how to use MATLAB - specifically for beginning engineersDescription
My name is Sara Anis ElDarwich, I am a current master's student at Virginia Tech studying biomedical engineering. I have made for you, a very introductory course on MATLAB starting from the basics and going all the way to making your own functions and creating "for" loops.
I take you step-by-step through each topic easily showing you how to complete the task.
I will be covering the following topics:
The MATLAB interface
How to do basic mathematical operations
How to create vectors and matrices
Indexing elements within a vector or a matrix
Plotting data and labeling the graphs
How to create a function
Conditional operations using "if" and "elseif" statements
Creating "for" loops
Throughout the course, you will see quizzes and assignments to help you reinforce concepts taught through the lecture.
Requirements
- Requirements
- Access to MATLAB software
Knowledge
- Introduction to MATLAB
- MATLAB Interface
- Mathematical Operations
- Making Strings
- Relational Operators
- Logical Operators
- Vectors and Matrices
- Computations with Vectors and Matrices
- Indexing Vectors and Matrices
- How to Display Text
- How to Make Plots
- How to Make Functions
- Conditional Execution
- Making for loops