plot / names for points

2 次查看(过去 30 天)
Hey Guys. How can I get some space between the points (x,y) and thier "names".
text(x,y1,names,'Interpreter','none','rotation',90)

采纳的回答

Michael Haderlein
Michael Haderlein 2014-7-22
I always add a space:
strcat({' '},names)
Best regards, Michael

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by