0% found this document useful (0 votes)
62 views

Matlab Syllabus: Introduction To Programming

The MATLAB syllabus document outlines topics for an introductory MATLAB course including programming environment, graph plots, procedures and functions, control statements, manipulating text, GUI interface, logical operations, data types, structures, and image processing. Key concepts covered are MATLAB windows, writing basic programs, generating waveforms, M-files, conditional and repetition statements, reading/writing text files, attaching buttons to actions, logical operators, structure arrays, and image processing functions like cropping and filtering.

Uploaded by

Vinith M
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

Matlab Syllabus: Introduction To Programming

The MATLAB syllabus document outlines topics for an introductory MATLAB course including programming environment, graph plots, procedures and functions, control statements, manipulating text, GUI interface, logical operations, data types, structures, and image processing. Key concepts covered are MATLAB windows, writing basic programs, generating waveforms, M-files, conditional and repetition statements, reading/writing text files, attaching buttons to actions, logical operators, structure arrays, and image processing functions like cropping and filtering.

Uploaded by

Vinith M
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

MATLAB SYLLABUS

Introduction to Programming

1. Components of a computer

2. Working with numbers

3. Machine code

4. Software hierarchy

Programming Environment

1. MATLAB Windows

2. A First Program

3. Expressions, Constants

4. Variables and assignment statement

5. Arrays

Graph Plots

1. Basic plotting

2. Built in functions

3. Generating waveforms

4. Sound replay, load and save

Procedures and Functions

1. Arguments and return values

2. M-files

3. Formatted console input-output

4. String handling
MATLAB SYLLABUS
5. Function with One Output

6. Function with Multiple Outputs

7. Multiple Functions in a File

Control Statements

1. Conditional statements: If, Else, Elseif

2. Repetition statements: While, For

Manipulating Text

1. Writing to a text file

2. Reading from a text file

3. Randomising and sorting a list

4. Searching a list

GUI Interface

1. Attaching buttons to actions

2. Getting Input

3. Setting Output

Logical Operations

1. Overview of the Logical Class

2. Logical Operators

3. Operator Precedence

4. Identifying Logical Arrays

5. Functions that Return a Logical Result


MATLAB SYLLABUS
Data type in Matlab

1. Data Types Available in MATLAB

2. Data Type Conversion

3. Determination of Data Types

Structure

1. Structure with One Field

2. Structure with Multiple Fields

3. Fields that Contain Cell Arrays

4. Empty Structure Array

5. Nested Structure Array

6. Create a Structure Array

7. Access Data in a Structure Array

8. Generate Field Names from Variables

Image processing

1. Reading Image

2. Convert RGB to Gray scale image

3. Crop image in specified portion

4. Resize & Rotate image

5. Detect edges of an image

6. Combine multiple images

7. Image filtering
MATLAB SYLLABUS

You might also like