채택된 답변

Image Analyst
Image Analyst 2014년 1월 13일

0 개 추천

Is this what you mean?
flippedImage = flipud(originalImage);

댓글 수: 2

Azzi Abdelmalek
Azzi Abdelmalek 2014년 1월 13일
편집: Azzi Abdelmalek 2014년 1월 13일
Make it clear by posting the expected result
Where are you plotting this data? Over the image itself, or in a different plot? If in a different plot, try this
set(gca, 'ydir', 'reverse');

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Annotations에 대해 자세히 알아보기

질문:

2014년 1월 13일

편집:

2014년 1월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by