Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
How to code a MATLAB/SIMULINK automation from scratch
Rating: 3.9 out of 5(194 ratings)
11,994 students

How to code a MATLAB/SIMULINK automation from scratch

Learn the programming skills required for developing an automation using MATLAB’s in-built scripting environment
Last updated 8/2018
English

What you'll learn

  • a) You will learn how hand-coded m-scripting is done to develop a GUI based automation from scratch.
  • b) You will get to know how to interact between MATLAB script and SIMULINK model.
  • c) You will learn useful built-in commands/functions of MATLAB and to use the command line console.
  • d) You will get to watch line by line coding, debug using breakpoints, analyze potential logic issues and fix bugs.

Course content

7 sections34 lectures4h 49m total length
  • Create a Basic Figure8:56
  • Create tables in the figure16:59
  • Create Push Button to interact with the table9:14
  • Program the Add Row Push Button Callback9:07

Requirements

  • a) No prior MATLAB experience mandatory. But basic SIMULINK modeling knowledge would be useful to understand the SIMULINK integration portion of the course.
  • b) No prior programming experience mandatory
  • c) You don’t need to have a MATLAB installation to take this course. But if you want to try out programming duringthe lecture you could download and use a trial version from the Mathworks website

Description

The course endeavors to show you, especially if you are a beginner, the coding process one can take to start developing a full-fledged GUI-based automation in MATLAB.

You are walked through each line of code as it is typed starting from the first line of code and as you progress through the lectures build up to a working automation program.

There are no written code comments or slides for the course.

Each line of code is explained as it is typed- in the form of a live coding session.


Who this course is for:

  • a) A beginner who wants to learn how MATLAB coding is done line by line for creating an automation
  • b) Professionals who are looking to fine tune their automation programming skills