Create Color Bar Label
0001 function createColorBarLabel(figure_handle) 0002 0003 % Create Color Bar Label 0004 annotation(figure_handle,'textarrow',[0.9203125 0.9203125],... 0005 [0.62188612099644 0.62188612099644],'TextEdgeColor','none',... 0006 'TextRotation',90,... 0007 'FontSize',14,... 0008 'FontName','Univers-Condensed',... 0009 'String','Velocity, in feet per second',... 0010 'HeadStyle','none',... 0011 'LineStyle','none');