function textsc(x,y,string); % % textsc(x,y,string); % x = x location in fraction of x-span % y = y location in fraction of y-span % string= string to print v=axis; text(v(1)+(v(2)-v(1))*x,v(3)+(v(4)-v(3))*y,string);