construct a 3d-plot

1 view (last 30 days)
Kenni
Kenni on 4 Jan 2015
Commented: Star Strider on 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

Accepted Answer

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

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!