Flipping a plot by 180 degrees
이전 댓글 표시
Hi!
I want to flip/rotate the plot in the attachment, such that the right part of the plot is rotated to the left and vice versa. I have used flip command but doesn't seem to work. I have also used camroll(-90), view() and set(gca,'YDir','reverse') to achieve my desired result.

채택된 답변
추가 답변 (1개)
Sayyed Ahmad Fani Yazdi
2019년 1월 14일
0 개 추천
if your x values are positive nambers you need only use
x=-x
and plot again. It could be flip your plot at y axis
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

