Currently Empty: £0.00
“Complete MATLAB/Simulink – Simulink Course for Electrical Engineering”
The only course out there with everything you need to know about MATLAB Simulink from A to Z.
Throughout the course, you will:
-
Learn about numerical & symbolic computing using MATLAB.
-
Enhance your problem-solving skills in programming and building algorithms in MATLAB.
-
Implement MATLAB in your work and research.
-
Create and manipulate Matrices which are the key to MATLAB programming.
-
Learn how to use MATLAB in some elementary mathematics problems.
-
Learn how to use MATLAB to produce 2D & 3D graphs.
-
Learn how to build 2D animations in MATLAB.
-
Learn how to use MATLAB as a programming language to build your own Algorithms.
-
Learn how to import and analyze data to MATLAB.
-
Get introduced to the symbolic capabilities of MATLAB.
You will also learn using MATLAB Simulink:
-
Simulation of basic electric circuits.
-
Simulation of operational amplifiers.
-
Simulation of charging and discharging of a capacitor.
-
Simulation of a source-free RL circuit.
-
Simulation of a source-free RC circuit.
-
Simulation of the step response of an RC circuit.
-
Simulation of the step response of an RL circuit.
-
Single-phase half-wave controlled rectifier.
-
Single-phase bridge controlled rectifier.
-
Single-phase AC chopper with R and RL load.
-
Buck regulator.
-
Boost regulator.
-
Buck-Boost regulator.
-
Single-phase half-bridge inverter.
-
Single-phase bridge inverter.
-
Three Phase Inverter.
-
PV cell in solar energy using Simulink tool in MATLAB.
-
How to obtain a complete grid-connected PV system in MATLAB.
-
You will learn about separately excited DC Machines and how to:
-
Model the DC machine in a no-load case using Simulink in MATLAB.
-
Model the DC machine in the presence of load torque using Simulink in MATLAB.
-
Simulating the DC machine using the power library from Simulink in MATLAB.
-
You will learn about Induction motors as:
-
Construction and principle of operation of induction motor.
-
Torque-speed characteristics of induction motor.
-
Equivalent circuit and power flow of induction motor.
-
Simulation of induction motor using Simulink in MATLAB.
-
MATLAB simulation of the wind turbine.
-
Cp plotting and lookup table in MATLAB.
-
MPPT in MATLAB Simulink.
-
Series resonant circuit in MATLAB.
-
Parallel resonant circuit in MATLAB.
-
Selection of PID parameters using an optimization algorithm such as PSO or particle swarm optimization algorithm.
-
Design of an overvoltage and undervoltage protection scheme with a reclosure feature in Simulink.
-
The masking feature in MATLAB Simulink and model callbacks.
-
How to apply electrical faults such as symmetrical and unsymmetrical faults to a grid-connected PV system and analyze the system’s transient response.
After Taking This Course, You Will Be Able To Distinguish Yourself as a MATLAB User & Programmer
Take this course if you’ve been looking for ONE COURSE with in-depth insight into MATLAB Simulation.
Thank you, and hope to see you in our course for MATLAB 🙂
Matrices In MATLAB
-
1What Is MATLAB ?
This video explains what MATLAB Software is and Its capabilities.
-
2Course Structure For MATLAB
This video explains the course intended outcomes, the course structure and also how to get the most out of this course.
-
3MATLAB Interface & Navigation
Get started with MATLAB interface & navigation.
-
4Course Files
Elementary Mathematics in MATLAB
-
5Introduction To Array Programming In MATLAB
Introduction to Arrays in programming + The section overview.
-
6Creating Vectors & Matrices In MATLAB
In this Tutorial you will learn how to create Vectors & Matrices in MATLAB.
-
7Special Matrices In MATLAB
This Tutorial explains the different functions to create some special Matrices in MATLAB.
-
8Different Arrays Functions In MATLAB
In this Tutorial you will get introduced to the different functions to deal with Vectors & Matrices.
-
9Quiz
-
10Basic Operations In MATLAB
In this Tutorial you will learn:
- Adding & Subtracting Matrices
- Scalar Multiplication
- Element by Element Operations
- Matrix - Matrix Multiplication
-
11Quiz
-
12Vectors Dot & Cross Products In MATLAB
In this Tutorial you will learn how to find the dot product of 2 vectors in MATLAB using 3 different methods and also how to find the cross product.
-
13Shifting & Sorting Matrices Elements In MATLAB
In this Tutorial shifting & sorting functions are explained.
-
14Selecting Random Elements from a Matrix.
This tutorial explains how to select random elements from a matrix and also how to remove any element from a matrix.
-
15Quiz
-
16Solving Linear Equations using Matrices In MATLAB
This Tutorial explains how to solve a system of linear equation using MATLAB.
-
17Exercise 2
In this Tutorial:
Practicing Exercises Solved Step by Step
Graphics In MATLAB
-
18Arithmetic Operations In MATLAB
In this Tutorial the different Arithmetic Operations are explained in MATLAB.
-
19Exercise
Step by step Exercise on Arithmetic Operations.
-
20Order of Precedence In MATLAB
This Tutorial explains the Order of Precedence with examples.
-
21Quiz
-
22Trigonometry (Engine Piston Example)
In this Tutorial:
- You will get introduced to the different Trigonometry functions in MATLAB.
- Including Step by Step Example (Engine Piston).
-
23Rounding Functions In MATLAB
In this Tutorial the different rounding functions are explained.
-
24Quiz
-
25Polynomials In MATLAB
This Tutorial discusses the different MATLAB functions to deal with Polynomials.
-
26Polynomials In MATLAB Part 2
This Tutorial explains:
- Residue Function that finds the residues, poles and direct term of Partial Fraction Expansion of the ratio of 2 polynomials.
- Polyint Function that returns the integration of polynomials.
- Polyder Funtion that returns the derivative of polynomials.
-
27Complex Numbers In MATLAB
This Tutorial discusses the different functions to define and deal with Complex Numbers in MATLAB.
-
28Exponents and Logarithms In MATLAB
This Tutorial discusses the different functions to define Exponents & Logarithms in MATLAB.
-
29Cartesian Coordinate System Conversion In MATLAB
This Tutorial discusses the different functions to covert from Cartesian Coordinates to other Coordinates systems such as Cylindrical & Spherical.
Programming With MATLAB
-
30Plotting 2D Graphs In MATLAB
In this Tutorial you will learn how to use the plot function to create 2D plots and also the different commands to modify your plots.
-
31Editing your Plots from the plot window In MATLAB
In this Tutorial you will learn how to edit your plots after creating them using the different options in the figure window.
-
322D Bar Graphs, Pie Charts, & Filled Areas In MATLAB
This Tutorial explains how to create 2D Bar Graphs, 2D Pie Charts and Filled Areas.
-
33Logarithmic Plots In MATLAB
This Tutorial explains how to generate semi log and log log plots.
-
34Sub Plots In MATLAB
In this Tutorial you will learn how to plot more than one graph on the same figure using the subplot function.
-
353D Plotting Using plot3 Function In MATLAB
In this Tutorial Plot3 function is explained to plot 3D graphs.
-
36Animation In MATLAB
In this Tutorial you will learn how to create 2D animations using getframe function.
Data Import & Analysis In MATLAB
-
37Introduction to Programming With MATLAB
The section introduction lecture.
-
38M-Files In MATLAB
In this Tutorial you will get introduced to Script M-Files.
-
39Inputs & Outputs Commands In MATLAB
In this Article you will find some of the inputs & outputs Commands in MATLAB.
-
40fprintf Function In MATLAB
This Tutorial explains the fprintf function in MATLAB.
-
41Functions (Built in & User-Defined) In MATLAB
This Tutorial shows how to create functions and use them.
-
42The If, elseIf, else Statements In MATLAB
In this tutorial you will learn how to create and use if, elseif, else statements in MATLAB.
-
43For & While Loops In MATLAB
In this tutorial you will learn how to create and use for and while loops in MATLAB.
-
44For Loop - More Examples
More Step by Step examples on for loops.
-
45The Switch Structure In MATLAB
In this tutorial you will learn how to create and use switch in MATLAB. + Creating Transportation Program.
-
46Logical Operators (and, or, xor, not) In MATLAB
In this tutorial you will learn how to create and use Logical operators and, or, xor, not.
-
47Introduction to Recursive Programming In MATLAB
This Tutorial explains the concept of Recursive Programming.
-
48Recursive Programming - Fibonacci Numbers In MATLAB
This Tutorial presents another example for Recursive Programming.
Symbolic Math Toolbox In MATLAB
-
49Import Spreedsheets from Excel To MATLAB
This Tutorial explains xlsread function to import Excel files to MATLAB + a step by step exercise.
-
50Import & Analyze Data from Text Files To MATLAB
This Tutorial explains load function to import txt files to MATLAB. Also how to analyze & plot the imported data.
Basic Electric Circuits Simulations
-
51Getting Started with Symbolic Math Toolbox In MATLAB
This is the introduction lecture to Symbolic Math Toolbox section which explains what are the symbolic math toolboxes, and how to start using them.
-
52Differentiation In MATLAB
In this Tutorial you will learn how to use diff function to find the Differentiation of symbolic expressions.
-
53Limits In MATLAB
In this Tutorial you will learn how to use limit function to find the Limit of symbolic expressions.
-
54Integration In MATLAB
In this Tutorial you will learn how to use int function to find the Integration of symbolic expressions.
-
55Solving Algebraic Equations In MATLAB
In this Tutorial you will learn how to use solve function to solve single & several Algebraic Equations.
-
56Solving Differential Equations In MATLAB
In this Tutorial you will learn how to use dsolve function to solve ordinary differential equations.
Operational Amplifiers Simulations
First Order Circuits - Source-Free Simulations
-
60Construction of Inverting Operational Amplifiers
-
61Example 1 on Inverting Operational Amplifiers
-
62Simulation of an Inverting Amplifier
-
63Construction of non Inverting Operational Amplifiers
-
64Example on non Inverting Operational Amplifiers
-
65Construction of Summing Operational Amplifiers
-
66Example on Summing Operational Amplifiers
-
67Simulation of non-Inverting and Summing Amplifiers
-
68Differentiator Operational Amplifier - Application
-
69Simulation of Differentiator Op-Amp
First Order Circuits - Step Response Simulations
-
70Introduction to First Order Circuits
-
71Source-Free RC Circuit
-
72Example 1 on Source-Free RC Circuit
-
73Example 2 on Source-Free RC Circuit
-
74Simulation of Source-Free RC Circuit
-
75Source-Free RL Circuit
-
76Example 1 on Source-Free RL Circuit
-
77Example 2 on Source-Free RL Circuit
-
78Simulation of Source-Free RL Circuit
Resonance Simulations Using Simulink In MATLAB
-
79Step Response of an RC Circuit
-
80Example 1 on Step Response of an RC Circuit
-
81Example 2 on Step Response of an RC Circuit
-
82Simulation of Step Response of an RC Circuit
-
83Step Response of an RL Circuit
-
84Example 1 on Step Response of an RL Circuit
-
85Example 2 on Step Response of an RL Circuit
-
86Simulation of Step Response of an RL Circuit
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
Stars 5
410
Stars 4
334
Stars 3
148
Stars 2
14
Stars 1
9