2016-04-03 15 views

Antwort

1

Der Pfeil kann mit text eingefügt werden. Für eine angemessene Platzierung muss jedoch Position angegeben werden.

text(0.1,0.7,'\uparrow', 'color' ,'r','FontWeight','bold', 'Fontsize', 16); 

text(0.2,0.7,'\downarrow', 'color' ,'r','FontWeight','bold', 'Fontsize', 16); 

text(0.3,0.7,'\rightarrow', 'color' ,'r','FontWeight','bold', 'Fontsize', 16); 

text(0.4,0.7,'\leftarrow', 'color' ,'r','FontWeight','bold', 'Fontsize', 16); 
Verwandte Themen