Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Blender
30-Day Money-Back Guarantee

This course includes:

  • 10 hours on-demand video
  • 11 articles
  • 10 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages MATLAB

The Complete MATLAB Mastery - From a Beginner to an Expert

Learn From Top MATLAB Experts In The Field - MATLAB Basics, High Quality Code, Data Visualization, Loops and much more!
Rating: 4.5 out of 54.5 (739 ratings)
5,202 students
Created by Tod Vachev
Last updated 9/2020
English
English [Auto], Italian [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • You will have in-depth working knowledge of MATLAB, how MATLAB prefers to work, why to use some functions instead of others
  • You will learn how to write High Quality, Documented and Speed Optimized MATLAB Code
  • You will 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
Curated for the Udemy for Business collection

Course content

13 sections • 100 lectures • 9h 55m total length

  • Preview07:03
  • Preview04:35
  • Create Your Own Workspace Layout!
    06:58
  • Save Your Work In a File & The Holy Trinity of All (almost) M Files
    04:16
  • Quickest Way To Get Help from MATLAB
    01:17
  • Quiz 1 - Introduction to MATLAB - Test Yourself!
    5 questions

  • Variables intro
    06:11
  • Preview04:38
  • Types in MATLAB
    01:51
  • Converting One Type to Another
    02:02
  • Naming convention
    04:19
  • Preview01:59
  • Quiz 2 - Variables and Basic Functions - Test Yourself!
    5 questions
  • Variables - Source Code ZIP
    00:04

  • Basic Arithmetic Operations in MATLAB
    04:52
  • Preview06:19
  • Exercise Order of Operations with Brackets
    4 questions
  • Where Are The Pi and Euler Numbers?
    02:26
  • Comments and Sections - Correctly Document Your Code!
    06:08
  • Project 1 - Basic Arithmetics - Pythagorean Theorem
    06:07
  • Relational (Comparison) Operators in MATLAB
    03:32
  • Getting the Sign and the Absolute Value of a Number
    02:39
  • Finding Roots of Any Equations, Greatest Common Divisor, Least Common Multiple
    06:19
  • Permutations, Combinations and Prime Numbers
    06:09
  • Quiz 3 - Basic Arithmetic Operations and Documentation - Test Yourself!
    7 questions
  • Basic Arithmetic Operations - Source Code
    00:04

  • Intro To Vectors - What are Vectors?
    10:57
  • Arithmetic Operations On Vectors
    07:23
  • Dot and Cross Products Between Two Vectors
    03:47
  • Extracting, Modifying and Selecting Subvectors
    06:34
  • Concatenating Vectors
    04:41
  • Length and Sum of Vectors
    06:43
  • Project 2 - Vectors Part 1 - Practice Comparing, Extracting, Selecting Vectors
    12:17
  • Quiz 4 - Vectors Part One - Test Yourself!
    6 questions
  • Vectors Part One - Source Code ZIP
    00:04

  • Logical Selection and Extraction of Vectors and Subvectors
    10:42
  • Generating Random Numbers with Specific Ranges
    09:59
  • Sorting a Vector
    04:53
  • Find The Indexes of Specific Values in Vector
    07:42
  • Project 3 - Vectors Part 2 - Practice Finding Elements in Vectors
    09:03
  • Quiz 5 - Vectors Part Two - Test Yourself!
    2 questions
  • Vectors Part Two - Source Code ZIP
    00:04

  • Intro to Matrices
    08:24
  • Arithmetic Operations on Matrices
    07:27
  • Get The Diagonal of a Matrix
    07:21
  • Size and Dimensions of a Matrix
    04:10
  • Extracting and Selecting Submatrices
    06:02
  • Logical Selection and Extraction of Matrices and Submatrices
    10:29
  • Project 4 - Matrices Part 1 - Generating Grayscale Images wit Matrices
    12:14
  • Project 5 - Matrices Part 2 - Manipulating Grayscale Images With Matrices
    14:25
  • Quiz 6 - The Basics of Matrices in MATLAB - Test Yourself!
    4 questions
  • Matrices Part One - Source Code ZIP
    00:04

  • Special Matrices in MATLAB Part 1 - Ones and Identity
    07:45
  • Special Matrices in MATLAB Part 2 - Zeros, Increase Your Code Speed 100 times!
    05:09
  • Preview05:54
  • How does MATLAB Actually Work with Matrices - Sum, Min, Max
    09:13
  • Important Functions for Matrices Part 1
    08:04
  • Important Functions for Matrices Part 2
    03:14
  • Sorting Matrices with MATLAB
    01:44
  • Project 6 - Matrices Part 3 - Introduction to RGB Images and 3D-6D+ Matrices
    09:19
  • Project 7 - Matrices Part 4 - Manipulating RGB Images through Matrix Operations
    06:40
  • Project 8 - Matrices Part 5 - More Matrix (RGB Image) Manipulation Practice
    10:05
  • Quiz 7 - Advanced Matrix Techniques in MATLAB - Test Yourself!
    4 questions
  • Matrices Part Two - Source Code ZIP
    00:04

  • Creating a Basic Plot
    04:05
  • Customizing a Plot - Color, LineStyle, LineWidth, Markers and More
    06:08
  • Labels and Grids on a Plot
    04:29
  • Automated Limits for your Plots
    05:25
  • Hold On! Multiple Graphs on The Same Plot
    05:12
  • Sprinkle Your Plot with a Legend
    07:27
  • Another Way for Multiple Plots - Subplot
    09:42
  • Project 9 - Data Visualization 1 - Data and Subplots
    10:28
  • Project 11 - Data Visualization 2 - Introduction to Handles
    08:52
  • Project 10 - Data Visualization 3 - More Common Properties in a Single Line
    08:49
  • Quiz 8 - Data Visualization - Visualize Your Data - Test Yourself!
    5 questions
  • Data Visualization - Source Code ZIP
    00:04

  • Preview03:03
  • Introduction to Conditional Statements - If/Else With Relational Operators
    09:38
  • Conditional Statements with Logical Operators
    07:06
  • Conditional Statements with Complex Logical Expressions
    07:39
  • Nested Conditional Statements
    04:19
  • Handling Multiple Cases - ElseIf
    06:33
  • Handling Multiple Cases - Switch
    04:59
  • Project 12 - Conditions 1 - Change Plot Properties Based On Some Conditions
    09:13
  • Project 13 - Conditions 2 - More Complex Plot Properties From Conditions
    06:26
  • Quiz 9 - Conditional Statements - Control the Flow In Your Code - Test Yourself!
    4 questions
  • Conditional Statements - Source Code ZIP
    00:04

  • How A Loop Works
    02:36
  • Indexing a Vector with a For Loop
    10:19
  • For Loop and Equations
    06:17
  • Justifying The Need of Loops - Sound Mini Project Part 1
    08:23
  • Nested For Loops - Essential for Working with Matrices
    06:38
  • Nested For Loops - Sound Mini Project Part 2
    06:36
  • While Loop - A Conditional Loop
    09:52
  • Break and Continue in a Loop
    07:03
  • Quiz 10 - Loops, Write Less Code - Test Yourself!
    6 questions
  • Loops - Source Code ZIP
    00:04

Requirements

  • MATLAB already installed on your PC, free license works too
  • No Prior Coding Knowledge is Required
  • You will need ZIP software like WinZip or WinRar, to Unzip/Unrar the Source Code files
  • Desire and Need to Learn MATLAB

Description

This course will transform you from a MATLAB Novice into a MATLAB Master. The course was developed under the strict oversight of Hristo Zhivomirov who is one of the top 50 MATLAB contributors Worldwide (search for his name in Google).   

The course is structured in a way that is suitable for both beginners and those that already have some experience with MATLAB, there is a lot of information for everyone.   

Everything in our world today can be viewed as some kind of a matrix, and I’m not talking about the Matrix Trilogy. For example

  • Measuring the temperature of a patient every 2 hours, can be represented with a one dimensional matrix, which is also called a vector   

  • Monochromatic (black and white) image is a two dimensional matrix, the values in each cell in the matrix is representing the gradation of the gray color   

  • Measuring temperature in a room for example, rooms are 3D, so we need x, y, z to describe the position at which we take our measurements, and the value is the temperature, that is a three dimensional matrix   

  • Measure now the change of that temperature over a period of time and the temperature becomes a fourth dimension

  • Now add time in the mix and you get… a fifth dimension!

Actually MATLAB has no restrictions on dimensions, you can work with 4, 5, 6 and more dimensions in a single matrix!

How to handle The Matrix: It is not necessary to look for the red pill, like Neo had to – what you actually need is MATLAB, which means MATrix LABoratory contrary to popular belief. MATLAB is a programming language of high level and interactive programming environment that lets you easily implement numeric experiments and methods, allowing you to design algorithms, analyze data and visualize that data in a very, very powerful way. 

You will learn:   

  • Variables, everything you need to know about variables in matlab, their types or lack of types, converting between different types, naming conventions, the semicolon operator and more   

  • Basic Arithmetic Operations in MATLAB, the most important thing in this section of the course are the Brackets and the Order of operations, many beginners get lost when they encounter complex expressions, and you will become a master of those

  • Right after that we are diving into deep waters starting with Vectors, you will learn how to think in vectors and perform a variety of different operations on and with vectors. Concatenating vectors, extracting or selecting subvectors, and more   

  • Matrices are next on the line, but you wont need any pills, because I have you covered, you will learn everything you need to know about working with Matrices in MATLAB and you will also learn a trick in this section that will help you optimize your code and make it run up to 100 times faster! 

  • Data visualization, because, well, whats the point of working with Data if you cant understand it or share it with other people, visualizing data is key in any area of work   

  • And finally we get to the actual MATLAB Programming by utilizing conditional statements, loops and functions to control the flow of your code, write less code, and make your code modular.

Each section contains a source code file at the end so that you can download and review the code that I have written in the lectures!
I hope that you will enjoy this course, as much as I did creating it, so lets dive right into it!

I welcome you to the course!

Who this course is for:

  • Academics
  • Researchers
  • Engineers
  • Students
  • Anyone who has interest in working with Data

Instructor

Tod Vachev
Best Selling Instructor 100,000+ Students, Robotics Engineer
Tod Vachev
  • 4.4 Instructor Rating
  • 19,569 Reviews
  • 194,891 Students
  • 17 Courses

I have graduated at Technical University of Varna as a Robotics Engineer. With several years of experience as a Passionate Developer and Engineer, I am now an Online Entrepreneur. Teaching is one of my passions, and what better and more impactful way to teach, than to do it online with thousands of students?

Currently focusing on providing quality education to tens of thousands of students across the globe, on subjects including:

- Programming, focusing on the C# Programming Language

- MATLAB, because this is a scientific tool that no scientist can do without

- Running Online Businesses that Earn Passive Income

For the past four years I have focused on the above and I have never stepped into the 9 to 5 world, I have worked in a company only once in my entire life and it lasted only 2 months. That's when I realized that, I can't learn the things that I want and I can't buy the things that I want buy working for someone else. You should start working for yourself aswell!

It does not matter if you want to become a developer or to run niche sites around the web, you can do both of these things in your own time as a freelancer or a business owner. And I can teach you how to do both of these things.

A little more about me:

I love tinkering with mechanics and with computers, currently obsessed with my Golf VR6. You can hit me up for some mechanic nerd talking. I love playing Dota 2 from time to time when I am resting, I love hikes and my cat, and I am a huge fan of most TV Serials.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.