Friday, 21 July 2017

How to read, display and write multiple images using MATLAB

In this post, I would like like to talking about how to  read, display and write multiple images using MATLAB.


To read, display and write multiple image, you first need to access them. For accessing the images you need to include dir() function. The dir() function takes two input as parameters, the first one is the address to the directory from where you want to access such images. The second one is to mention the type of images as shown in the below code.


After accessing the images you can then read, write and display all the images under that particular directory. To read, write and display all the images one-by-one you may include the following lines of code.


3 comments:

  1. i am getting an error
    wait i will post it in a while sir

    ReplyDelete
  2. on youtube u have restricted the comments

    ReplyDelete
  3. the thing is its only reading and writing only one image
    even though i have so many images i dont know why, i cleared all the error which and i got and now i am stuck here

    ReplyDelete