read an image in matlab2014a
    5 views (last 30 days)
  
       Show older comments
    
    LAXMI PRIYANKA
 on 16 Oct 2019
  
    
    
    
    
    Commented: LAXMI PRIYANKA
 on 16 Oct 2019
            unable to read a jpg iage in matab 
how to read 
souce code please
0 Comments
Accepted Answer
  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)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
