Reverse the y-data in Matlab

조회 수: 2 (최근 30일)
Phong Pham
Phong Pham 2014년 1월 13일
편집: Phong Pham 2014년 1월 14일
No longer needed.

채택된 답변

Image Analyst
Image Analyst 2014년 1월 13일
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
Image Analyst
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 CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by