3 % Write mesh node numbers on figure
7 % BackgroundColor :
set node numbers background box colors
8 % Color :
set node numbers colors
9 % FontSize :
set node numbers font size
14 % \image html images/
PlotBounds.png
"figure : PlotBounds(Th,\'LineWidth\',2);"
19 p.addRequired(
'Th', @isstruct);
21 p.addParamValue(
'BackgroundColor', [1 1 1], @isnumeric );
22 p.addParamValue(
'FontSize', 10, @isnumeric );
23 p.addParamValue(
'Color', [0 0 0] , @isnumeric );
28 PrevHold=SetHoldOn(
true);
29 text(q(1,:),q(2,:),num2str([1:nq]
'), ...
30 'BackgroundColor
',p.Results.BackgroundColor, ...
31 'Color
',p.Results.Color, ...
32 'FontSize
',p.Results.FontSize, ...
33 'HorizontalAlignment
','center
');