MATLAB & Simulink
Language and Programming
IinIntroduction to MATLAB Programming
Course Highlights
This two-day course provides a comprehensive introduction to the MATLAB® technical computing environment. No prior programming experience or knowledge of MATLAB is assumed. Themes of data analysis, visualization, modeling, and programming are explored throughout the course. Topics include:
-
Working with the MATLAB user interface
-
Entering commands and creating variables
-
Analyzing vectors and matrices
-
Visualizing vector and matrix data
-
Working with data files
-
Working with data types
-
Automating commands with scripts
-
Writing programs with branching and loops
-
Writing functions
Course Objectives
The aim of the course is to provide basic knowledge and proper techniques of MATLAB for participants to be able to use MATLAB to solve practical problems.
Partners

Upcoming Program
-
Please keep me posted on the next schedule
-
Please contact me to arrange customized/ in-house training

Techsource Systems is
Mathworks Sole and Authorised Distributor and Training Partner
Who Must Attend
This hands-on course is designed for beginner users. It is especially useful for those who want to gain a fundamental understanding of MATLAB. Engineers, researchers, scientists, and managers working with systems level design will be shown an easy-to-use approach in using MATLAB.
Course Benefits
Upon the completion of the course, the participants will gain a comprehensive understanding of MATLAB as a programming language, which is useful for designing and building their systems.
Prerequisites
No prior knowledge of MATLAB is required.
Course Outline
Day 1 of 2
Working with the MATLAB User Interface
Objective: Become familiar with the main features of the MATLAB integrated design environment and its user interfaces. Get an overview of course themes.
-
Reading data from files
-
Saving and loading variables
-
Plotting data
-
Customizing plots
-
Exporting graphics for use in other applications
Variables and Commands
Objective: Enter MATLAB commands, with an emphasis on creating variables, accessing and manipulating data in variables, and creating basic visualizations. Collect MATLAB commands into scripts for ease of reproduction and experimentation.
-
Entering commands
-
Creating numeric and character variables
-
Making and annotating plots
-
Getting help
-
Creating and running live scripts
Analysis and Visualization with Vectors
Objective: Perform mathematical and statistical calculations with vectors. Use MATLAB syntax to perform calculations on whole data sets with a single command. Organize scripts into logical sections for development, maintenance, and publishing.
-
Performing calculations with vectors
-
Accessing and modifying values in vectors
-
Formatting and sharing live scripts
Day 2 of 2
Analysis and Visualization with Matrices
Objective: Use matrices as mathematical objects or as collections of (vector) data. Understand the appropriate use of MATLAB syntax to distinguish between these applications.
-
Creating and manipulating matrices
-
Performing calculations with matrices
-
Calculating statistics with matrix data
-
Visualizing matrix data
Tables of Data
Objective: Import data as a MATLAB table. Work with data stored as a table.
-
Storing data as a table
-
Operating on tables
-
Extracting data from tables
-
Modifying tables
Conditional Data Selection
Objective: Extract and analyze subsets of data that satisfy given criteria.
-
Logical operations and variables
-
Finding and counting
-
Logical indexing
Organizing Data
Objective: Organize table data for analysis. Represent data using appropriate native MATLAB data types.
-
Combining tables of data
-
Table metadata
-
Dates and durations
-
Discrete categories