• Course Categories
    • Business, Management & Law
    • Finance
    • Personal Development
    • Productivity
    • Marketing
    • Trading
    • Design
    • Health & Fitness
    • Languages
    • Videography
    • Photography
    • Web Development
  • Cart
  • Gift Bundles
  • Popular courses
  • All Courses
  • All Access Pass
      • Sign UpLogin
    EDPLX.COM | Over 1000 Home Study, Distance Learing Courses.EDPLX.COM | Over 1000 Home Study, Distance Learing Courses.
    • Course Categories
      • Business, Management & Law
      • Finance
      • Personal Development
      • Productivity
      • Marketing
      • Trading
      • Design
      • Health & Fitness
      • Languages
      • Videography
      • Photography
      • Web Development
    • Cart
    • Gift Bundles
    • Popular courses
    • All Courses
    • All Access Pass
    • Browse
    • Cart
    • All Access Pass
      • Sign UpLogin
      • Build
      • Business
      • Finance
      • Personal Development
      • Productivity
      • Marketing
      • Trading
      • Create
      • Design
      • Health & Fitness
      • Languages
      • Photography
      • Videography
      • Web Development
      • All Courses
      • Gift Bundles
      • Popular Courses
      • Live Courses

      Information Technology

      Test
      • Home
      • All courses
      • Information Technology
      • Matlab Complete Beginner to Advance Course
      CoursesInformation TechnologyMatlab Complete Beginner to Advance Course
      • Segment 1: Course and Instructor Introduction 1

        • Lecture1.1
          MATLAB Software (Pricing and Online resources) 06 min
      • Segment 2: Handling variables and creating Scripts 5

        • Lecture2.1
          Code and Scripts
        • Lecture2.2
          Lets lay foundations for understanding variables 08 min
        • Lecture2.3
          Different types of variables (Strings, characters and logical) 09 min
        • Lecture2.4
          Creating scripts and understanding commenting and semicolon effect 07 min
        • Lecture2.5
          Data selection with the colon operator 07 min
      • Segment 3: Doing Basic Maths in MATLAB 14

        • Lecture3.1
          Code and Scripts
        • Lecture3.2
          Basic maths operatoions addition,multiplication,subtraction and powers 08 min
        • Lecture3.3
          Basic maths operations: computing GCD, LCM, permutations and prime numbers 07 min
        • Lecture3.4
          Trignometric math functions 07 min
        • Lecture3.5
          Set operations (Union, intersection, complement and others) 06 min
        • Lecture3.6
          Computing statistics of the matrices 11 min
        • Lecture3.7
          Handling random numbers 06 min
        • Lecture3.8
          Cross product and dot product 06 min
        • Lecture3.9
          Basic logical operation (And, Or and Not) 06 min
        • Lecture3.10
          Sign and absolute functions 06 min
        • Lecture3.11
          Converting numbers between different base 09 min
        • Lecture3.12
          Discretizing your data 12 min
        • Lecture3.13
          Test yourself: Have fun with some practice questions
        • Lecture3.14
          Solutions to practice exercise questions
      • Segment 4: Operations on Matrics 12

        • Lecture4.1
          Computing Unique elements 12 min
        • Lecture4.2
          Determining membership of elements to a matrix 09 min
        • Lecture4.3
          Shifting matrix elements 06 min
        • Lecture4.4
          Determinant, inverse and diagnal elements 05 min
        • Lecture4.5
          Relational operations 10 min
        • Lecture4.6
          Commonly used Matrices 04 min
        • Lecture4.7
          Sorting matrix values 10 min
        • Lecture4.8
          Size and length computation 05 min
        • Lecture4.9
          Concatenating Matrices 05 min
        • Lecture4.10
          Finding non-zero elements 07 min
        • Lecture4.11
          Frequency of values within a vector 08 min
        • Lecture4.12
          Test yourself: Have fun with some practice questions (Advance level) with Solution
      • Segment 5: Advance Math Function with symbolic data type 5

        • Lecture5.1
          Code and Scripts
        • Lecture5.2
          Symbolic variables 07 min
        • Lecture5.3
          Differentiation and Integration using symbolic variables 07 min
        • Lecture5.4
          Solving Equations 11 min
        • Lecture5.5
          Symbolic Functions 05 min
      • Segment 6: Interacting with matlab and graphics 16

        • Lecture6.1
          Code and Scripts
        • Lecture6.2
          Input output commands 08 min
        • Lecture6.3
          More input output commands 08 min
        • Lecture6.4
          plotting data with Matlab 10 min
        • Lecture6.5
          Plotting 3-D data 05 min
        • Lecture6.6
          More on plotting options 10 min
        • Lecture6.7
          Bar graphs 11 min
        • Lecture6.8
          Combining plots with hold on 06 min
        • Lecture6.9
          Interacting with the plot using the brush tool 08 min
        • Lecture6.10
          Two y-axis on the same plot 06 min
        • Lecture6.11
          Animated Line 06 min
        • Lecture6.12
          Checking for existence of scripts, files, folders, variables or functions 06 min
        • Lecture6.13
          Manipulating Directory (Part 1) 11 min
        • Lecture6.14
          Manipulating Directory (Part 2) 10 min
        • Lecture6.15
          processing Tesxt files 14 min
        • Lecture6.16
          Project: Processing text file and visualizing its results and solution
      • Segment 7. Importing Data into MATLAB 6

        • Lecture7.1
          Code and Scripts
        • Lecture7.2
          Importing data from excel into MATLAB 06 min
        • Lecture7.3
          Importing data in different formats (N) 08 min
        • Lecture7.4
          Passing data between excel and MATLAB 08 min
        • Lecture7.5
          Calling MATLAB functions from Excel 07 min
        • Lecture7.6
          Test yourself: Have fun with some practice questions and solutions
      • Segment 8: File Handling and Text Processing 6

        • Lecture8.1
          Codes and Data
        • Lecture8.2
          Creating and defining cells 09 min
        • Lecture8.3
          Accessing Data in a Cell 10 min
        • Lecture8.4
          Adding and deleting elements from a cell 08 min
        • Lecture8.5
          Concatenating cells and passing cell contents to a function 08 min
        • Lecture8.6
          Practise Problems and Solutions
      • Segment 9: MATLAB Programming 10

        • Lecture9.1
          Code and Scripts
        • Lecture9.2
          Conditional if Statements (Part 1) 09 min
        • Lecture9.3
          Conditional if statment (Part 2) 10 min
        • Lecture9.4
          For loops for interating through your code 13 min
        • Lecture9.5
          Nested For Loops 08 min
        • Lecture9.6
          While loops (when you don’t know the number of iterations) 12 min
        • Lecture9.7
          Breaking out from a loop before final condition 07 min
        • Lecture9.8
          Continue statement for skipping an iteration 08 min
        • Lecture9.9
          Switch statements for choice selection 07 min
        • Lecture9.10
          Test yourself: Have fun with some practice questions
      • Segment 10: Sharing Your MATLAB Results 3

        • Lecture10.1
          Code and Scripts
        • Lecture10.2
          Sharing results with automatically generated reports 09 min
        • Lecture10.3
          Sharing your results with live scripts 10 min
      • Segment 11: Cell Data Type 14

        • Lecture11.1
          Codes and data
        • Lecture11.2
          Creating Tables 10 min
        • Lecture11.3
          Adding Descriptions, Units and Accessing individual columns 10 min
        • Lecture11.4
          Selecting and reordering rows and columns 07 min
        • Lecture11.5
          Sorting rows or a table 06 min
        • Lecture11.6
          Setting Different properties of a table 04 min
        • Lecture11.7
          Reading and writing tables to memory 10 min
        • Lecture11.8
          Storing summary of a table 06 min
        • Lecture11.9
          Adding and deleting rows from a table 08 min
        • Lecture11.10
          Dealing with missing data 10 min
        • Lecture11.11
          Creating time tables 10 min
        • Lecture11.12
          Properties, sorting and data selection in time tables 10 min
        • Lecture11.13
          Concatenating time tables 10 min
        • Lecture11.14
          Indexing and retrieving data based on row times 04 min
      • Segment 12: Tables and TimeTables 15

        • Lecture12.1
          Code and Data
        • Lecture12.2
          Creating Tables 10 min
        • Lecture12.3
          Adding Descriptions, Units and Accessing individual columns 10 min
        • Lecture12.4
          Selecting and reordering rows and columns 07 min
        • Lecture12.5
          Sorting rows or a table 06 min
        • Lecture12.6
          Setting Different properties of a table 04 min
        • Lecture12.7
          Reading and writing tables to memory 10 min
        • Lecture12.8
          Storing summary of a table 06 min
        • Lecture12.9
          Adding and deleting rows from a table 08 min
        • Lecture12.10
          Adding and deleting columns from a table 06 min
        • Lecture12.11
          Dealing with missing data 10 min
        • Lecture12.12
          Creating time tables 12 min
        • Lecture12.13
          Properties, sorting and data selection in time tables 10 min
        • Lecture12.14
          Concatenating time tables 10 min
        • Lecture12.15
          Indexing and retrieving data based on row times 04 min
      • Segment 13: Working with Structures and Map Container Data Type 8

        • Lecture13.1
          Code and Data
        • Lecture13.2
          Creating structures 11 min
        • Lecture13.3
          Retrieving data from a field of a structure 07 min
        • Lecture13.4
          Concatenating structures 07 min
        • Lecture13.5
          Storing data from a structure field into a variable 07 min
        • Lecture13.6
          More operations on a structure 06 min
        • Lecture13.7
          Creating Map Containers 08 min
        • Lecture13.8
          Concatenation and more operations on map container 11 min
      • Segment 14: Converting between Different Data Types 4

        • Lecture14.1
          Codes and Data
        • Lecture14.2
          Converting other data types to cell 13 min
        • Lecture14.3
          Converting Cell to other Data Types 12 min
        • Lecture14.4
          Converting from other to table data type 06 min
      • Segment 15: Coding Challenges 1

        • Lecture15.1
          Coding Challenges
        This content is protected, please login and enroll course to view this content!
        Prev Adding and deleting rows from a table
        Next Dealing with missing data

        Categories

        • Business, Management & Law
          • Finance
          • Marketing
          • Personal Development
          • Productivity
          • Trading
        • Course Builder
        • Design
        • Finance
        • Health & Social Care
        • Information Technology
        • Languages
        • Marketing
        • Open Learning College
          • Course Builder
        • Personal Development
        • Photography
        • Productivity
        • Trading
        • Videography

        EDPLX is a learning community with online courses in design, business, web development, photography, fitness and more. Anyone can join the community to learn cutting-edge skills, network with other creatives and discover new oppotunities.

        Company
        • About
        • Blog
        • Contact
        • FAQ
        Community
        • Become an Instructor
        • Redeem Voucher
        new-logo

        @2024 All rights reserved. Privacy Policy and Terms and condition.

        EDPLX Limited 15398152

        Facebook-f
        Youtube
        Twitter
        Instagram

        Connect with

        Login with Facebook

        logo

        Login

        Connect with

        Login with Facebook

        logo


        Lost your password?

        Not a member yet? Register now

        Sign up with your Email

        Are you a member? Login now

        • Login
        • Sign Up
        Forgot Password?
        Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.