Description
In this course, you will :
- Have in-depth working knowledge of MATLAB, how MATLAB prefers to work, why to use some functions instead of others
- learn how to write High Quality, Documented and Speed Optimized MATLAB Code
- learn how to solve multi-initial conditions problems and visualize the results
- Customize MATLAB to Your Preferences
- Perform Various Arithmetic Operations with MATLAB
- Deep Understanding of Vectors
- Deep Understanding of Matrices
- How MATLAB Actually Prefers to Work
- Data Visualization - Visualize Your Experiments to Better Express Yourself
- Conditional Statements - If/elseif/else/switch
- Relational & Logical Operators
- How Loops Work - For and While Loops
- How to Use Nested Loops
- How to Create MATLAB Functions
- Inputs and Outputs of Functions
- Safeguarding Your Functions Against Incorrect Inputs
Syllabus :
- Variables and Basic Functions in MATLAB
- Basic Arithmetic Operations and Code Documentation
- The Basics of Vectors in MATLAB
- Advanced Vector Techniques in MATLAB
- The Basics of Matrices in MATLAB
- Advanced Matrix Techniques in MATLAB
- Data Visualization - Visualize Your Data in a Meaningful Way, Express Yourself
- Conditional Statements - Control the Flow In Your Code
- Loops - Write Less Code
- Projects Parts 14 to 18 - Loops
- Functions - Reuse Code