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

Matlab and Simulink

This document provides an overview of basic operations in Matlab and Simulink. It describes how to read an image file into Matlab, view the image, and check its properties. It also explains how to open Simulink, create a new blank model, and find the image source block to import an image file into a Simulink model.

Uploaded by

shruthig29111988
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Matlab and Simulink

This document provides an overview of basic operations in Matlab and Simulink. It describes how to read an image file into Matlab, view the image, and check its properties. It also explains how to open Simulink, create a new blank model, and find the image source block to import an image file into a Simulink model.

Uploaded by

shruthig29111988
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Matlab and Simulink

Basic operations
To read an image

I = imread(sun.jpg'); imshow(I); Whos

Simulink
Type Simulink at the MATLAB command prompt or

open the Simulink Library Browser by clicking the corresponding button in the MATLAB toolbar

Simulink Library Browser

Create a new model blank sheet by clicking

the Create a new model button in the Simulink Library Browser

Simulink Model
Go to Video and Image processing blocksets Sources Image from file

You might also like