Scatter Plot : Connect equal z - Values
Mostrar comentarios más antiguos
Hello everyone,
currently I am working on a scatter plot and need to plot lines between points with constant z - values.
To give you an idea of my data, you see the image below with points colored according to the value of z. My goal is basically just lines of constant increments (every 10°, as indicated) and no color.
Any advice ?
Advanced question : In case there are no equal z values, how do I proceed ? Some sort of interpolation, curvefitting or rounding ?

Respuestas (2)
Walter Roberson
el 16 de Dic. de 2018
0 votos
typically you would use contour() for something like that.
1 comentario
Christian H. Voßschulte
el 16 de Dic. de 2018
Christian H. Voßschulte
el 17 de Dic. de 2018
Editada: Christian H. Voßschulte
el 17 de Dic. de 2018
0 votos
Categorías
Más información sobre Scatter 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!