add image in matlab GUI axes

1 view (last 30 days)
Hgcvghh Vbbbb
Hgcvghh Vbbbb on 15 Jan 2016
Answered: Image Analyst on 15 Jan 2016
i have this problems in my project: i want to insert a picture in axes .but when i add image the axes reverse: before add image:
after add image:
any help ??

Answers (1)

Image Analyst
Image Analyst on 15 Jan 2016
Are you sure you're not setting the ydir property? Search your code for ydir.
Worst case, just call yourImage=flipud(yourImage) or yourImage=imrotate(yourImage, 180) before you call imshow().

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!