How much inputs give to imread commonts ) like ,v=imread('im1.jpg','im2.jpg','im3.jpg')
Info
This question is closed. Reopen it to edit or answer.
Show older comments
How to get more input for imread commont ?
1 Comment
Matt Kindig
on 31 Oct 2013
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!