read an image in matlab2014a

2 次查看(过去 30 天)
unable to read a jpg iage in matab
how to read
souce code please

采纳的回答

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

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by