placegreek.m (317B)
1 function []=placegreek(gstring); 2 3 % function []=placegreek(gstring); 8/10/99 4 % 5 % Places the string gstring on the current figure (with the mouse) and sets 6 % the fontname to 'symbol' so that the string is displayed in Greek 7 8 fprintf('Place on graph: %s\n',gstring); 9 h=gtext(gstring); 10 set(h,'FontName','symbol');