Create diagram where y axis has zero limits two times (-1 to 0,0 to 0,0 to 1)
Mostrar comentarios más antiguos
Greeting to everyone,
I am trying to write a code that draws a curve like the one in the picture that I attach.My problem is that I cannot find how to set the y axis to take values from -1 to 0,0 to 0,0 to 1. Is it possible to do this in matlab and if so how?
I hope the picture clarifies the problem.Just look at the y values.
Any help would be highly appreciated.Thanks in advance
Respuesta aceptada
Más respuestas (2)
Walter Roberson
el 22 de Oct. de 2012
0 votos
If you were to use plotyy() then you could set() the Position of the second axis to be just below the first, and set() YDir to be reversed on one of the plots.
1 comentario
Michael Karampasis
el 23 de Oct. de 2012
Michael Karampasis
el 2 de Mzo. de 2013
0 votos
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects 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!