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 CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift 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
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-04-14 08:30:26
30-Day Money-Back Guarantee
Development Programming Languages MATLAB

Learn MATLAB Programming Skills While Solving Problems

Polish your MATLAB coding and logic development skills while solving interseting problems
Rating: 4.6 out of 54.6 (6 ratings)
64 students
Created by Nouman Azam
Last updated 11/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Develop beginer to advance level skills of Programming and problem solving with MATLAB. Unlike many other course, this course will focus on Programming and not on buildin functions
  • Gain the skill of logic development to solve unseen problems using MATLAB

Course content

5 sections • 44 lectures • 9h 53m total length

  • Preview03:55

  • Codes for this Section
    00:04
  • Sum of Multiples (Part 1)
    10:31
  • Sum of Multiples (Part 2)
    23:02
  • Tell us About the Course
    02:53
  • Sum Squares Difference
    11:52
  • Prime Factors of a Number
    15:31
  • Digits Multiplication of a Number
    16:48

  • Codes for the Section
    00:04
  • Nth prime number
    18:01
  • Next Prime
    14:58
  • Nth Prime Number Additional Explaination
    15:03
  • Next Four Prime Numbers
    14:27
  • Preview15:37
  • Longest Chain (Part 2)
    16:44
  • Pandigital Numbers
    24:20
  • Refining the Code of Pandigital Numbers
    22:20
  • Triangle Numbers (Part 1)
    10:42
  • Triangle Numbers (Part 2)
    10:56
  • Pythagorean Triplet (Part 1)
    19:15
  • Pythagorean Triplet (Part 2)
    09:55
  • Number with Same Digits
    26:44
  • Even Fibonacci
    15:51
  • Highly Divisible Summation Numbers
    20:05

  • Codes for the Section
    00:04
  • Frequency Number Array
    17:28
  • Alternating One Zero Matrix
    15:13
  • Back and Forth Numbers
    15:35
  • Preview20:58
  • Preview15:49
  • Row or Column with Same Number
    16:19
  • Enlarging a Matrix
    22:00
  • Array with Numbered Ranges
    18:32
  • 8 - Circular Matrix (Part 1)
    15:50
  • 8 - Circular Matrix (Part 2)
    24:34

  • Codes
    00:04
  • Conditional if Statements (Part 1)
    08:47
  • Conditional if Statements (Part 2)
    09:40
  • For loops for interating through your code
    12:15
  • Nested For loops
    07:58
  • While loops
    12:01
  • Breaking out from a loop
    06:15
  • Continue statement for skipping an iterations in a loop
    07:50
  • Switching statements for selecting between options
    06:51

Requirements

  • The course is self sufficient and does not require any prior knowledge of MATLAB
  • The installation of MATLAB software on your machine is a must for this course so that you are able to run the commands and scripts that we cover during the course. If you do not have the MATLAB software installed than you may consider the following options
  • 1. You may download a free trail copy of the software from the MATHWORK website. This is for limited time use
  • 2. If you are student or employee, you may contact your School or employer for a free copy. Many universities offer a free student version of the software
  • 3. You may consider downloading the Octave which is a free and has nearly identical functionality as that of MATLAB. (I would not recommend this option since you may not be able to have access to all the functions that we cover in this course)
  • 4. If none of the above works for you, then you may purchase the student version directly from Mathworks website which is significantly lower in cost compare to its full version

Description

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.

This course is designed from a perspective of a student who want to upskill his basic MATLAB programming skills. The course will teach you the skills of how to attack and solve problems using matlab the correct way. While solving the problems, you will have a chance of learning how to make effective use of some of the programming constructs such as loops, conditional statements, breaks, nested loops, the colon operator and many others important programming concepts.

The course is for all levels and assumes no prior expectations in terms of programming. We cover all the aspects and anything we assume is present in the supplementary section of the course. Here is a brief introduction to the topics we cover inside the course:

Part 1 – Welcome to the Course

In this section we spend some time talking about the topics you’ll learn, the approach of learning used in the course, essential details about Python to get you started. This will give you an idea of what to expect from the course.

Part 2 – Basic Programming and Problem Solving

This section covers some fundamental level problems and conditional statements. The main objective in this section is to introduce our problem solving strategy which you can use to attack and solve any unseen problem. the section contains four problems and their solutions.

Part 3 – Programming with Loops

This section centers around the looping programming construct and its effective usage. There are many interesting problems and while solving out these problems, we try to learn how to effective use the looping construct in an effective and efficient way. By the end of this setion, you will feel confident about using the loops and other similar programming constructs.

Part 4 – Programming with MATLAB indexing

This section covers the colon operator and its effective usage for solving out problems. The colon operator is one of the power ways which when used efficiently will lead to more compact and more effective code. We look at several problems in this section to master the usage of the colon operator.

Your benefits

· Th course will evolve, and we will continue adding new materials as new lessons and useful insights come along.

· You will get lifetime access to the material so you can always come back and refresh you skills.

· You can ask questions and get help for lifetime.

· You are ensure to get quality stuff from one of an experienced instructor who had already many online courses on DATA SCIENCE with over 21,000 students on different learning plateforms.

I can’t wait to see you in the course and start learning.

See you in the course.

Who this course is for:

  • Anyone looking to build a strong career in science or engineering through Excellent MATLAB coding skills
  • Anyone wanting to advance their skills of real world problem solving with MATLAB based scientific computing

Instructor

Nouman Azam
Your MATLAB Professor
Nouman Azam
  • 4.3 Instructor Rating
  • 3,149 Reviews
  • 24,556 Students
  • 7 Courses

I am Dr. Nouman Azam and i am Assistant Professor in Computer Science. I teach online courses related to MATLAB Programming to more than 10,000 students on different online plateforms. 

The focus in these courses is to explain different aspects of MATLAB and how to use them effectively in routine daily life activities. In my courses, you will find topics such as MATLAB programming, designing gui's, data analysis and visualization. 

Machine learning techinques using MATLAB is one of my favourate topic. During my research career i explore the use of MATLAB in implementing machine learning techniques such as bioinformatics, text summarization, text categorization, email filtering, malware analysis, recommender systems and medical decision making.

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