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!