construct a 3d-plot
Show older comments
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
More Answers (0)
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!