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

Matlab 1. Introduction To MATLAB

This document provides an overview of the key topics covered in an introduction to MATLAB course, including the MATLAB environment, variables, scripts, functions, plotting, matrix operations, file input/output, communication, image processing, Simulink, GUI development, and sample projects. The course introduces basic MATLAB commands and commands for logical variables, flow control, and loops. It also covers creating and manipulating matrices, strings, images, and other data types.

Uploaded by

Malavika Mohan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Matlab 1. Introduction To MATLAB

This document provides an overview of the key topics covered in an introduction to MATLAB course, including the MATLAB environment, variables, scripts, functions, plotting, matrix operations, file input/output, communication, image processing, Simulink, GUI development, and sample projects. The course introduces basic MATLAB commands and commands for logical variables, flow control, and loops. It also covers creating and manipulating matrices, strings, images, and other data types.

Uploaded by

Malavika Mohan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

MATLAB 1.

Introduction to MATLAB
a. Introduction to MATLAB environment b. Command window, workspace, command history c. Basic commands

2. Creating variables in MATLAB 3. Writing script files


a. Logical variables and operators b. Flow control c. Loop operators

4. Writing functions
a. Input/output arguments b. Function within function

5. Plotting
a. 2D plots b. Figures and subplots c. 3D plots d. Mesh and surf plot

6. Matrix operations
a. Creating matrix, addition, subtraction and multiplication operation b. Creating , accessing elements and manipulating of different types of data c. String operation

7. File Input-Output
a. Matlab files b. Text files c. Binary files d. Mixed Text- binary files

8. Communication with external world


a. Serial Port b. Audio port c. Video input

9. Image processing
a. Types of images b. Image arithmetic c. Coordinate systems d. Displaying images e. Basic image related functions f. Reading writing image data g. Region based processing h. Conversion to different color spaces

10.Introduction to Simulink
a. Simulation of mathematical models b. Solving ordinary differential equations using Simulink blocks

11. GUI development


a. Introduction to GUI in Matlab b. Creating GUI and making simple calculator c. Creating a GUI for capturing image

12.Projects on image processing


a. Ball follower b. Eye of a robot detecting ball c. Mobile pick and place robots using camera as sensor

You might also like