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

Plot List of Meshes. More...

Go to the source code of this file.

Functions

function
RGBcolors = 
MultiPlotMesh (varargin)
 Plot List of Meshes.
 

Detailed Description

Plot List of Meshes.

Definition in file MultiPlotMesh.m.

Function Documentation

function RGBcolors = MultiPlotMesh (   varargin)

Plot List of Meshes.

Example
   MultiPlotMesh(LoM,'colormap','jet','Label',true) 
MultiPlotMesh_Ring3x3_C.png
figure : MultiPlotMesh(LoM,'colormap','jet','Label',true)
See Also
LoM_demo1
Parameters
varargin
MultiPlotMesh ( LoM, Legend,
"RGBcolors", RGBcolors_value ] [, "colormap", colormap_value ]
[, "MeshLineWidth", MeshLineWidth_value ] [, "LabelLineWidth", LabelLineWidth_value ]
[, "FontSize", FontSize_value ] [, "Label", Label_value ] )
Required Parameters for varargin:
  • LoM array of Meshes
  • Legend set legend visible at true or false
Named Parameters for varargin:
  • RGBcolors set boundaries colors ( Default: [] )
  • colormap set colormap value to 'Jet', 'HSV', 'Gray', 'colorcube','Cool','Spring','Summer',... ( Default: HSV )
  • MeshLineWidth set mesh lines width ( Default: 0.5 )
  • LabelLineWidth set label box lines width ( Default: 2.0 )
  • FontSize set label font size ( Default: 12 )
  • Label set mesh label visible, true or false ( Default: false )

Definition at line 17 of file MultiPlotMesh.m.