construct a 3d-plot

1 Ansicht (letzte 30 Tage)
Kenni
Kenni am 4 Jan. 2015
Kommentiert: Star Strider am 4 Jan. 2015
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

Akzeptierte Antwort

Star Strider
Star Strider am 4 Jan. 2015
If you just want to plot the coordinates and then label them, see the documentation for text.
  1 Kommentar
Star Strider
Star Strider am 4 Jan. 2015
Thank you Kenni!
And I thank the 999 who preceded you as well. This is my 1000th Accepted Answer!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by