MESH toolbox  0.1
Matlab/Octave mesh utils
 All Files Functions Groups Pages
PlotBounds.m File Reference

Plot mesh boundaries. More...

Go to the source code of this file.

Functions

function
RGBcolors = 
PlotBounds (varargin)
 Plot mesh boundaries.
 

Detailed Description

Plot mesh boundaries.

Definition in file PlotBounds.m.

Function Documentation

function RGBcolors = PlotBounds (   varargin)

Plot mesh boundaries.

Example
   PlotBounds(Th,'LineWidth',2);
PlotBounds.png
figure : PlotBounds(Th,'LineWidth',2);
Parameters
varargin
"RGBcolors", RGBcolors_value ] [, "colormap", colormap_value ]
[, "Legend", Legend_value ] [, "FontSize", FontSize_value ]
[, "LineWidth", LineWidth_value ] )
Required Parameters for varargin:
  • Th mesh structure
Named Parameters for varargin:
  • RGBcolors set boundaries colors ( Default: [] )
  • colormap set colormap value to 'Jet', 'HSV', 'Gray', 'colorcube','Cool','Spring','Summer',... ( Default: Jet )
  • Legend set legend visible at true or false ( Default: true )
  • FontSize set legend font size ( Default: 10 )
  • LineWidth set boundaries lines width ( Default: 2.0 )

Definition at line 17 of file PlotBounds.m.