read an image in matlab2014a

2 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)

Tags

Community Treasure Hunt

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

Start Hunting!