MATLAB Master Class: Go from Beginner to Expert in MATLAB
- Descrição
- Currículo
- FAQ
- Revisões
Basic Course Description
MATLAB (matrix laboratory) is one of the fundamental and leading programming language and is a must learn skill for anyone who want to develop a career in engineering, science or related fields. Excellent MATLAB programming skills is therefore a crucial factor in making or breaking your career.
At 37+ hours of video tutorials, this MATLAB course is one of the most comprehensive MATLAB course online which will take from beginner to professional. This course is designed from a perspective of a student who has no prior knowledge of MATLAB and who is a MATLAB beginner.
Throughout this comprehensive course, we cover a massive amount of skills and techniques including:
-
Basic maths and matrix manipuation functions
-
Data import and visualization
-
MATLAB Programming, problem solving , logic development and the use of customized functions
-
Symbolic functions and variables for advance math operations
-
File and directory handling
-
Live scripts and sharing of results
-
Advance data types including cells, tables, time tables and map containers
-
Data science classification, clustering and dimensionality reduction with MATLAB
-
Essential data preprocessing tasks such as outliers, missing values, categorical attributes handling
-
Building regular expressions for textual processing
-
Building GUIs using Guide and AppDesigner
-
Automating tasks by controlling mouse, keyboard, running scripts from command window, batch files
-
Web, email and other internet related operations
-
Generating ppts, word files and pdfs
-
Code debugger and analyzer, exception handling, startup, finish and diary functions.
The course ensures that you learn by including
-
Practice exercise questions along with solutions
-
Challenging Exercise Questions
-
Quizes and
-
Takeaway code templates
By taking this course, you will become a fluent MATLAB programmer and you’ll be so good so that you can get a reasonable job offer as a MATLAB developer and use the language professionally.
Don’t just rely on my word, check what some of our existing students have to say about the same course
“I had viewed the video in the propose sequence, as well, as I had looked at some videos outside of the instructor propose sequence, and only had one thing to say: – This course is excellent!!!!!!!!!!!!!” Gabriel Federo Hungria
“I have gone through the course on MATLAB Gui by the instructor. It was an A++ experience. He is the best instructor, really professional and knows exactly what to teach. Thanks for your wonderful contribution to help us understand MATLAB.” Kunal Singh
“Very interesting course, complete functionality of Matlab was explained and the quizzes further helped with the learning process.” Hassan Ayub
Pleaset note… I am very confident that you will like the course and therefore provides you with a FULL money back guarantee for 30 days! So there is a ZERO risk and nothing to loose.
Finally, i am super excited to teach you matlab, so hit enroll and enjoy learning MATLAB
-
1Course IntroductionVídeo Aula
Introduction to the course and instructor, contents of the course and other relevant course related information
-
2MATLAB Software (Pricing and Online resources)Vídeo Aula
Knowing the price of the software and the online resources available is of fundamental importance before starting your journey of learning matlab. In this video tutorial, we will explain exactly this
-
3Download All the Codes and Data in a Single ClickTexto
The attached file contains all the code and data that will be used in the course. We also include the same in the individual section for the sake of ease to those who may skip some sections
-
4MATLAB Graphical User InterfaceVídeo Aula
Introduction to key graphical user interface components of MATLAB
- Command window
- Workspace
- Current Folder
- Various tabs
-
5Tell us About the CourseVídeo Aula
We take our students feedback very seriously. We adjust the course contents based on the students say and their demands. It is therefore very important to provide an honest review for the course.
In this lecture, we explain how to provide review for the course on the udemy plateform.
-
6Some Common OperationsVídeo Aula
This lecture is about learning some of the common operatios that includes
- How to clear command window
- Looing at the current variables that are being loaded in the matlab enviroment
- Deleting current variables
- Basics of Variables
-
7Code and ScriptsTexto
-
8Let's lay foundations for understanding VariablesVídeo Aula
This lecture will cover the concepts of variables in MALTAB and will focus on the following topics.
- How variables are treated as matrices
- Meaning of the size of the variables
- How to define variables in the form of matrices
- How to deal with variables in the workspace
-
9Different types of variables (Strings, characters and logical)Vídeo Aula
This lecture will cover different types of variables in MATLAB.
- Strings
- Numerics
- Logical
-
10Creating scripts and understanding commenting and semicolon effectVídeo Aula
This tutorial will focus on the how to create scripts and add useful comments.
- Creating scripts from commands history
- Creating scripts as a new file
- Adding comments
- The semicolon effect
-
11Data selection with the colon operatorVídeo Aula
This tutorial will cover how to effectively use the colon
- How to generate numbers with a stepsize between
- Certain ranges in ascending and descending order
- Data selection with colon
-
12Code and ScriptsTexto
-
13Basic maths operations: addition, multiplication, subtraction and powersVídeo Aula
In this tutorial you will learn how to perform basic math in MATLAB
- Addition, subtraction, multiplication and power
-
14Basic maths operations: computing GCD, LCM, permutations and prime numbersVídeo Aula
In this tutorial you will learn how to compute with Matlab
- Greatest common divisors
- Least common divisors
- Primes number
- Random numbers
- Permutation of numbers
-
15Trignometric math functionsVídeo Aula
We will cover in this tutorial the trigonometric functions with Matlab
- Sin, cos, tan, sec and others in degrees and radians
- Inverse of sin, cos, sec and others in degrees and radians
- Degree to radian and radian to degree conversion
-
16Set operations (Union, intersection, complement and others)Vídeo Aula
We will cover in this tutotiral the set operation with Matlab
- Intersection
- Union
- Setdiffernce
-
17Computing statistics of the matricesVídeo Aula
We will cover in this video tutorial how to compute statistical operations
- Minimum, Maximum, Mean, Mode, standard Deviation, Variance, Percentile
-
18Handling random numbersVídeo Aula
In this video tutorial, we will cover different ways of generating random numbers
- Random numbers generation
- Random numbers generation in a range
- Random numbers generation based on normal distribution
- Random permutations
-
19Cross product and dot productVídeo Aula
In this video tutorial, we will learn how to perform cross and dot products
- Different ways in which the two products can be implemented
-
20Basic logical operation (And, Or and Not)Vídeo Aula
We will cover the the basci logic operations including
- Logical AND operation
- Logical OR operation
- Logical NOT operation
-
21Sign and absolute functionsVídeo Aula
We will focus in this toturial on the topcs of sign and absolute functions
- Sign function on real and imaginary numbers
- Absolute function on real and imaginary number
-
22Converting numbers between different basesVídeo Aula
We will learn in this tutorial how to convert numbers between difference bases
- Base 10 to any other based conversion
- From any other based to base 10 conversion
- From any base to any other base conversion
-
23Discretizing your dataVídeo Aula
Learning different ways of discretization of data
- Discretization using fixed predefined bin
- Discretization using equal sized bins
- Discretization using the left edge of intervals
- Discretization using the right edge of intervals
-
24Test yourself with some fun practice questionsTexto
-
25Hey Don't Foget to Test youself on a QuizQuestionário
-
26Code and ScriptsTexto
-
27Computing unique elementsVídeo Aula
-
28Determining membership of elements to a matrixVídeo Aula
-
29Shifting matrix elementsVídeo Aula
-
30Determinant, inverse and diagnal elementsVídeo Aula
-
31Relational operationsVídeo Aula
-
32Commonly used MatricesVídeo Aula
-
33Sorting matrix valuesVídeo Aula
-
34Size and length computationVídeo Aula
-
35Concatenating MatricesVídeo Aula
-
36Finding non-zero elementsVídeo Aula
-
37Frequency of values within a vectorVídeo Aula
-
38Test yourself with some fun questions (Beginner level)Texto
-
39Test yourself with some fun questions (Advance level)Texto
-
40Hey Don't Foget to Test youself on a QuizQuestionário
-
51Code and ScriptsTexto
-
52Input output commandsVídeo Aula
-
53More input output commandsVídeo Aula
-
54Plotting data with MATLABVídeo Aula
-
55Plotting 3-D dataVídeo Aula
-
56More on plotting optionsVídeo Aula
-
57Bar graphsVídeo Aula
-
58Combining plots with hold onVídeo Aula
-
59Interacting with the plot using the brush toolVídeo Aula
-
60Two y-axis on the same plotVídeo Aula
-
61Animated LineVídeo Aula
-
62Checking for existence of scripts, files, folders, variables or functionsVídeo Aula
-
63Manipulating Directory (Part 1)Vídeo Aula
-
64Manipulating Directory (Part 2)Vídeo Aula
-
65Processing text filesVídeo Aula
-
66Project: Processing text file and visualizing its resultsTexto
-
67Project solutionTexto
-
68Code and ScriptsTexto
-
69Importing data from excel into MATLABVídeo Aula
-
70Importing data in different formats (N)Vídeo Aula
-
71Spread Sheet link (Introduction and installation)Vídeo Aula
-
72Passing data between excel and MATLABVídeo Aula
-
73Calling MATLAB functions from ExcelVídeo Aula
-
74Test yourself with some practice questionsTexto
