How much inputs give to imread commonts ) like ,v=imread(​'im1.jpg',​'im2.jpg',​'im3.jpg')

How to get more input for imread commont ?

1 Comment

imread() is designed to read in only one image at a time, so you can't input multiple filenames.
What is your actual goal, i.e., what do you expect to be contained in variable 'v'?

Answers (0)

This question is closed.

Products

Asked:

on 31 Oct 2013

Closed:

on 20 Aug 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!