Hi there,
Short version/question: My problem is that I want to make a 3d-plot with positions (mean values) from the surface of the heart. To these positions I wish to link a tag (e.g. RS, abbrevation for Right Superior) together with a force value. [a note: there are multiple tags with the same ID (e.g. RS)
Longer wishlist: Each tag position e.g. RAS (Right anterior superior) occurs several times because each ablationspoint may well be burned several times. With each burning there is a force attached to it. I wish to have a mean force attached to show how much power have been used for each segment.
Figure(1) hold on grid on
plot3( 0, -8, 7,'*r')
plot3(-1, -9, 4,'*r')
plot3(-2, -9, 3,'*r')
plot3(-6, -7, 1,'*r')
plot3(-3, -8, 2,'*r')
plot3(-4, -5, 5,'*r')
plot3(-2, -7, 7,'*r')
Best Regards

 Respuesta aceptada

Star Strider
Star Strider el 4 de En. de 2015

0 votos

If you just want to plot the coordinates and then label them, see the documentation for text.

1 comentario

Star Strider
Star Strider el 4 de En. de 2015
Thank you Kenni!
And I thank the 999 who preceded you as well. This is my 1000th Accepted Answer!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Line Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 4 de En. de 2015

Comentada:

el 4 de En. de 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by