Introduction to the Course
  • How to get more videos on this course?
  • Topics you want to learn Next
  • What is 6Success Community?
  • How to connect with me ?
Introduction to Matlab Software and Matlab Suite
  • What is Matlab and why you should learn it too
  • Why learn Matlab programming for your career ?
  • Get to learn the Matlab User Interface
  • How to save the workspace Results in Matlab environment
  • How to use the CLC, Home and Help Commands in Matlab workspace ?
  • Learn to run a Matlab Script like a Pro
  • M-Files Matlab Script File Extension
How to work with Mathematics in Matlab?
  • How to do the Basic Arithmetic functions in Matlab ?
  • Math
  • Create variables in Matlab and store data in them
  • Variables
  • Order of Operations in Matlab and how to do it the right way
  • order of precedence in Matlab Operations
  • Exponent & pi - Important friends of engineers
  • pi & exponential
  • Two sample Programs in Matlab
  • Let's create comments in Matlab and when to use it
  • Part 1: What is Symbolic toolbox and why I should know it very well ?
  • Symbolic Toolbox
  • Part 2: What is Symbolic toolbox and why I should know it very well ?
  • Symbolic toolbox
  • Part 3: What is Symbolic toolbox and why I should know it very well ?
  • Chapter 2 Quizz
  • I need your Help !
How create, define and use Variables in Matlab like a pro?
  • Introduction to Variables in Matlab
  • How to create, and manipulating variables in Matlab programming ?
  • How to get Matlab results in different Formats ?
  • What are Symbolic Variables, and let's build one together
  • Let's do the calculations Symbolically. ( wish I knew it sooner )
  • Symbolic Calculations
Trigonometric Functions in Matlab
  • Essential Functions for engineers in Matlab
  • Let's build Square Root function in Matlab
  • Introduction to Trigonometry in Matlab
  • Trigonometric Functions
  • How to create and define Hyperbolic Functions in Matlab ?
  • Exponential, Logarithm & Ln Functions in Matlab Programming
  • Exponential
Complex Numbers in Matlab Programming
  • Introduction to Complex Numbers in Matlab
  • Complex Numbers in Matlab
  • What are Complex Functions and how to build them in Matlab ?
  • Complex Numbers 2
  • Let's use Symbolic Toolbox and Complex Functions together
  • Complex Numbers 3
  • How to do the Symbolic Calculations using Complex numbers ?
Vectors in Matlab - Let's lay the foundation
  • Introduction to Vectors in Matlab Programming
  • How to change a vector in Matlab, change it and use it again ?
  • Let's do some math on Vectors in Matlab
  • What is the difference between Dot & Cross Products, and let's do it in Matlab
  • How to use Statistics on Vectors in Matlab Programming ?
  • How to extract vectors and manipulate data ?
  • How to create Vectors and Extract data in Matlab ?
  • Let's create some new vectors in Matlab
  • Element by Element operation on vectors. Thanks Matlab is here !
  • Let's make Mathematical Calculations on Vectors easy once and for all
  • Let's build Random Vectors in Matlab and why they are so important ?
  • Hey, I can do Statistical Analysis on Vectors too !
Matrices - Let's see the Power of Matlab
  • Introduction to Matrices in Matlab Programming
  • How to extract data from a Matrix ?
  • Let's Learn to Multiply Matrices together
  • Let's do the Element by Element Multiplication in Matrices.
  • How to find Max, Min, Number of Elements in a Matrix ?
  • How to augment a matrix the correct way ?
  • Let's learn the important functions for working with Matrices here
  • Get to know the Special Matrices we can use in Matlab Programming
  • How create Transpose & Diagonal Matrices like a Pro?
  • Let's solve equations using Matrices
  • Trace, Inverse and even More features in Matrices
  • How to works with matrices and do symbolic matrix calculations ?
Introduction to Calculus, and Engineering Functions in MATLAB
  • How to create Functions in Matlab
  • NEW: What is Anonymous Function ? and Why is it so important?
  • An Introduction to Differentiation in Matlab
  • Let do Differentiation Symbolically
  • Let's Learn how to take Integration in Matlab
  • How to do the Limit function in Matlab
  • How to take Partial Derivatives for any function in Matlab
Graphs & Plots in Matlab
  • Part 1 : Plotting in Matlab
  • Part 2: Plotting in Matlab
  • Part 3: Plotting in Matlab
  • Part 4: Plotting in Matlab
  • NEW: Let's do Matlab Plots the easy way
Loops, Conditions, and Intro to Programming in Matlab
  • Let's start with Logical and Relational Operations in Matlab
  • How to do the Logical & Relational Operations in Matlab seamlessly
  • Conditions in Matlab and an Introduction to Else in Matlab
  • Part 2: Introduction to Else-If With Examples in Matlab
  • Part 1: Introduction to Else-If