![]() |
[求助]三维点标注
请教大家,如何用TEXT函数在三维点上标注点号呢?
X= [1201.081718398,1200.108110535,1199.424734805,1200.387114284] Y= [1201.081718398,1200.108110535,1199.424734805,1200.387114284] plot(X,Y,'k*') PN=0:1:4; for i=1:4 text(X(i),Y(i),sprintf('%d',PN(i))); end 这是平面点的标注,三维坐标中的如何标注呢 |
所有时间均为北京时间。现在的时间是 05:04。 |
Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.