Reverse the y-data in Matlab
조회 수: 2 (최근 30일)
이전 댓글 표시
No longer needed.
댓글 수: 0
채택된 답변
Image Analyst
2014년 1월 13일
Is this what you mean?
flippedImage = flipud(originalImage);
댓글 수: 2
Azzi Abdelmalek
2014년 1월 13일
편집: Azzi Abdelmalek
2014년 1월 13일
Make it clear by posting the expected result
Image Analyst
2014년 1월 13일
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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!