createColorBarLabel

PURPOSE ^

Create Color Bar Label

SYNOPSIS ^

function createColorBarLabel(figure_handle)

DESCRIPTION ^

 Create Color Bar Label

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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');

Generated on Thu 21-Aug-2014 10:40:31 by m2html © 2005