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

code using basic mesh plot command. More...

Go to the source code of this file.

Functions

function  graphic_demo1 (varargin)
 code using basic mesh plot command.
 

Detailed Description

code using basic mesh plot command.

Definition in file graphic_demo1.m.

Function Documentation

function graphic_demo1 (   varargin)

code using basic mesh plot command.

Examples
graphic_demo1('save',true,'percent',30)
PlotMesh.png
figure(1) : PlotMesh(Th,'Color',[1 0 0],'LineWidth',1);
PlotBounds.png
figure(2) : PlotBounds(Th,'LineWidth',2);
PlotBoundsAndMesh.png
figure(3) : PlotMesh and PlotBounds
PlotVal.png
figure(4) : PlotVal(Th,u,'colormap','Cool');
See Also
PlotMesh, PlotBounds, PlotVal
Parameters
varargin
graphic_demo1 ( [ "save", save_value ] [, "percent", percent_value ]
[, "meshfile", meshfile_value ] )
Named Parameters for varargin:
  • save set to true to save figures in image directory. ( Default: false )
  • percent set color mesh lines ( Default: 50 )
  • meshfile set mesh file name ( Default: [mesh,filesep,disque4-1-10.msh] )

Definition at line 17 of file graphic_demo1.m.