Reversing plot data to fit experimental to simualtion data
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I am plotting two graphs as shown in the pic, but one is drawn with an inversed x-coordinate system. I guess it's pretty clear from the image what I want to do. Is there a possibility to match both?

댓글 수: 0
답변 (1개)
Thorsten
2015년 11월 17일
You can use fliplr and add some offset in y direction.
data = fliplr(data) + yoffset;
댓글 수: 0
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!