Filter löschen
Filter löschen

plot / names for points

2 Ansichten (letzte 30 Tage)
Max Müller
Max Müller am 22 Jul. 2014
Kommentiert: Max Müller am 22 Jul. 2014
Hey Guys. How can I get some space between the points (x,y) and thier "names".
text(x,y1,names,'Interpreter','none','rotation',90)

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by