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

Plot given values on mesh. More...

Go to the source code of this file.

Functions

function h = PlotVal (varargin)
 Plot given values on mesh.
 

Detailed Description

Plot given values on mesh.

Definition in file PlotVal.m.

Function Documentation

function h = PlotVal (   varargin)

Plot given values on mesh.

Example
   Plotval(Th,u,'colormap','Cool');
PlotVal.png
figure : Plotval(Th,u,'colormap','Cool');
Parameters
varargin
PlotVal ( Th, Val,
"CameraPosition", CameraPosition_value ] [, "colormap", colormap_value ]
[, "shading", shading_value ] [, "colorbar", colorbar_value ] )
Required Parameters for varargin:
  • Th mesh structure
  • Val $2\times\nq$ double array
Named Parameters for varargin:
  • CameraPosition given value is x y z
  • colormap set colormap value to 'Jet', 'HSV', 'Gray', 'colorcube','Cool','Spring','Summer',... ( Default: Jet )
  • shading set shading interp at true or false ( Default: true )
  • colorbar set colorbar visible at true or false ( Default: true )

Definition at line 17 of file PlotVal.m.