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

 채택된 답변

Star Strider
Star Strider 2015년 1월 4일

0 개 추천

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

댓글 수: 1

Star Strider
Star Strider 2015년 1월 4일
Thank you Kenni!
And I thank the 999 who preceded you as well. This is my 1000th Accepted Answer!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Line Plots에 대해 자세히 알아보기

태그

질문:

2015년 1월 4일

댓글:

2015년 1월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by