![]() |
MESH toolbox
0.1
Matlab/Octave mesh utils
|
Write mesh boundaries edges numbers. More...
Go to the source code of this file.
Functions | |
| function | PlotBoundsEdgeNumber (varargin) |
| Write mesh boundaries edges numbers. | |
Write mesh boundaries edges numbers.
Definition in file PlotBoundsEdgeNumber.m.
| function PlotBoundsEdgeNumber | ( | varargin | ) |
Write mesh boundaries edges numbers.
PlotMesh(Th,'Color',[0 0 0]); RGBcolors=PlotBounds(Th,'LineWidth',2); PlotBoundsEdgeNumber(Th,'RGBEdgeColors',RGBcolors,'Color',[0 0 0],'LineStyle','-','LineWidth',0.5);
PlotMesh(Th,'Color',[0 0 0]); RGBcolors=PlotBounds(Th,'LineWidth',2); PlotBoundsEdgeNumber(Th,'RGBEdgeColors',RGBcolors,'Color',[0 0 0],'LineStyle','-','LineWidth',0.5);
| varargin | PlotBoundsEdgeNumber ( Th,
"RGBTextColors", RGBTextColors_value ] [, "RGBEdgeColors", RGBEdgeColors_value ]
[, "BackgroundColor", BackgroundColor_value ] [, "FontSize", FontSize_value ]
[, "FontWeight", FontWeight_value ] [, "EdgeColor", EdgeColor_value ]
[, "LineStyle", LineStyle_value ] [, "LineWidth", LineWidth_value ]
[, "Color", Color_value ] )
|
Definition at line 17 of file PlotBoundsEdgeNumber.m.