
Master debugging a matlab/simulink add-row callback by setting breakpoints, stepping through code, and inspecting the push-button handle and data tables to verify logic.
Learn to code add/delete row and column push buttons for the second table in Matlab/Simulink, replicating from the first, with uniform variable naming and adjusted positions and callbacks.
Add export and import pushbuttons for table data, implement reusable callbacks, and align output positioning in a MATLAB/SIMULINK automation workflow.
Learn to interact with a Simulink model by feeding time series data from files or base workspace into subsystems, using file blocks and workspace blocks to automate input generation scripts.
Create the transfer data push button, position it in the UI, customize its background color and font weight, and prepare the callback for data transfer handling.
Program the transfer data callback in MATLAB/Simulink to set the model’s start time, end time, and step time, generating fixed time steps.
Automate matlab/simulink tasks by making directories, checking existence, and building an output map. Extract and index signal names from tables, and interpolate time data with for loops.
Debug and validate the installation function, convert data to double or single, and use interpolation to query sample points along five-millisecond steps while retaining previous values.
Learn how to programmatically save timed data to a MAT file in MATLAB/Simulink by indexing signals, building file names, and saving segments with metrics.
Create an input subsystem in a Simulink model, attach from file blocks to each input signal, map data from disk to the from blocks, and route outputs through go-to blocks.
Learn how to route input and output signals to the main subsystem by matching names, and create or refresh subsystems to ensure correct mapping.
Program the start simulate callback to run the model programmatically and verify the output MAT file data after execution, as part of MATLAB/SIMULINK automation from scratch.
Learn to create a stop-simulate push button in MATLAB/Simulink, and verify the output .mat file after the callback execution by stopping the simulation programmatically.
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.