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!