Reversing plot data to fit experimental to simualtion data
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
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?

Risposte (1)
Thorsten
il 17 Nov 2015
You can use fliplr and add some offset in y direction.
data = fliplr(data) + yoffset;
Questa domanda è chiusa.
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!