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

Ratings: 3.72 / 5.00




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.


What You Will 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.

Who Should Attend!

  • 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