read an image in matlab2014a

5 views (last 30 days)
unable to read a jpg iage in matab
how to read
souce code please

Accepted Answer

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 16 Oct 2019
Hi,
This is the command:
A = imread('IMAGE.jpg'); % Read the image in MATLAB
imshow(A) % Display the imported image
Good luck

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!