how to create plot of inverse data?
Mostrar comentarios más antiguos
I want to create figure of inverse data.
i already created plot. on Editor Plot, there is Inverse menu. when i click my plot turn to inverse but the axis remains same.
now i want to create inverse plot from matlab command.
i have
X= bla bla bla bla
Y= bla bla bla
i do inversion.
how to create plot?
3 comentarios
Stephen
el 27 de Mzo. de 2012
Have you tried plot(Y,X)?
Image Analyst
el 28 de Mzo. de 2012
I didn't find the "inverse menu" on the plot figure's toolbar or pulldown menu. Is it under the File, Edit, View, Insert, Tools, Desktop, Window, or Help menu?
uncung fgv
el 28 de Mzo. de 2012
Respuesta aceptada
Más respuestas (2)
C.J. Harris
el 28 de Mzo. de 2012
Is it the y-axis you want to reverse?
If so:
axis ij
1 comentario
uncung fgv
el 28 de Mzo. de 2012
uncung fgv
el 28 de Mzo. de 2012
0 votos
Categorías
Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!