upside down plot in GUI
Mostra commenti meno recenti
Hi! I am programming a GUI which draws a plot from the values that the user gives, and once I already have a plot drawn, when I change the inputs so that the program draws a new one I sometimes get a plot upside down, and it doesn't make any sense because I have not programmed any function to rotate my plot or something similar, Any idea? Thanks!
Risposte (1)
Paulo Silva
il 28 Lug 2011
You may have something like this
set(gca,'ydir','reverse')
on your code
2 Commenti
Andrea Gil
il 28 Lug 2011
Walter Roberson
il 28 Lug 2011
We will need to see a code example.
Categorie
Scopri di più su Programming in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!