採用された回答

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
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 件)

カテゴリ

質問済み:

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