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

Plot mesh. More...

Go to the source code of this file.

Functions

function  PlotMesh (varargin)
 Plot mesh.
 

Detailed Description

Plot mesh.

Definition in file PlotMesh.m.

Function Documentation

function PlotMesh (   varargin)

Plot mesh.

Example
   Th=GetMeshOpt('mesh/disque4-1-20.msh');
   PlotMesh(Th,'LineWidth',1.0) 
PlotMesh.jpg
figure : PlotMesh(Th,'LineWidth',1.0)
Parameters
varargin
PlotMesh ( Th,
"Color", Color_value ] [, "LineWidth", LineWidth_value ] )
Required Parameters for varargin:
  • Th mesh structure
Named Parameters for varargin:
  • Color set color mesh lines ( Default: [0 0 1] )
  • LineWidth set lines width ( Default: 0.5 )

Definition at line 17 of file PlotMesh.m.