MATLAB Programming:
Absolute Beginner

Provided by Matlab Solutions

Perfect for true beginners - Learn MATLAB Programming basics
and start coding right away with hands-on practice.

MATLAB Course Banner

About this Course

This course teaches computer programming to those with little to no previous experience. It uses the programming system and language called MATLAB to do so because it is easy to learn, versatile and very useful for engineers and other professionals.

MATLAB is a special-purpose language that is an excellent choice for writing moderate-size programs that solve problems involving the manipulation of numbers. The design of the language makes it possible to write powerful programs in a few lines.

Course Syllabus

The MATLAB Environment

Introduction to MATLAB's interface and basic operations.

Matrices and Operators

Learn how to define matrices, extract parts of them and combine them to form new matrices. Master different types of multiplication and division operations.

Functions

Create reusable software components and learn how functions communicate with the outside world through well-defined interfaces.

Programmer's Toolbox

Explore MATLAB's built-in functions, polymorphism, random number generation, and debugging tools.

Selection & Control Flow

Master if-statements, relational operators, and logical operators for program control flow.

Loops

Learn both for-loops and while-loops, break statements, and efficient loop techniques.

Data Types

Understand MATLAB's various data types, type conversion, and data structures.

File Input/Output

Learn to work with MAT-files, Excel files, text files, and binary files.

Course Details