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

Plot boundaries of list of meshes. More...

Go to the source code of this file.

Functions

function
RGBcolors = 
MultiPlotBounds (varargin)
 Plot boundaries of list of meshes.
 

Detailed Description

Plot boundaries of list of meshes.

Definition in file MultiPlotBounds.m.

Function Documentation

function RGBcolors = MultiPlotBounds (   varargin)

Plot boundaries of list of meshes.

Example
   MultiPlotBounds(LoM,'colormap','jet','Label',true) 
MultiPlotBounds_Ring3x3_C.png
figure : MultiPlotBounds(LoM,'colormap','jet','Label',true)
See Also
LoM_demo1
Parameters
varargin
"colormap", colormap_value ] [, "RGBcolors", RGBcolors_value ]
[, "BoundLineWidth", BoundLineWidth_value ] [, "LabelLineWidth", LabelLineWidth_value ]
[, "FontSize", FontSize_value ] [, "Label", Label_value ] )
Required Parameters for varargin:
  • LoM array of Meshes
Named Parameters for varargin:
  • colormap value can be 'Jet', 'HSV', 'Gray', 'colorcube','Cool','Spring','Summer',... ( Default: Jet )
  • RGBcolors ( Default: [] )
  • BoundLineWidth set boundaries lines width ( Default: 1.0 )
  • LabelLineWidth set box label lines width ( Default: 2.0 )
  • FontSize set font size value ( Default: 12 )
  • Label set label visible, true or false ( Default: false )

Definition at line 17 of file MultiPlotBounds.m.