get axis value of a subplot
Mostrar comentarios más antiguos
hey Guys
I ve created a program which creates 9 different subplots with 3 different plot lines. My Questions is: how can i get the x andy values of each subplot.
for example: One of the titles of my plot is simply A. Another is B. How can i get the values in an array which has the same name.
Thanks
2 comentarios
I think that eval is the way to go then. However, if not absolutely necessary I recommend you to not go there, see alternatives ot eval. One problem is that eval is evaluated in runtime.
Azzi Abdelmalek
el 11 de Ag. de 2014
Max , please don't add all these answers, if you want to add a comment , just under my answer or someone else's answer, click on comment on this answer
Respuesta aceptada
Más respuestas (3)
Max Müller
el 11 de Ag. de 2014
0 votos
1 comentario
Adam
el 11 de Ag. de 2014
Sounds like you have plotted each point as its own individual line object
Max Müller
el 11 de Ag. de 2014
0 votos
1 comentario
Max Müller
el 11 de Ag. de 2014
Editada: Max Müller
el 11 de Ag. de 2014
Max Müller
el 11 de Ag. de 2014
0 votos
Categorías
Más información sobre Title 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!