Home > Objects > @iData > mesh.m

iFit/mesh

PURPOSE ^

h = mesh(s,option) : Plot a 2D/3D object as mesh

SYNOPSIS ^

function a = mesh(a, option)

DESCRIPTION ^

 h = mesh(s,option) : Plot a 2D/3D object as mesh

   @iData/mesh function to plot a 2D or 3D object
     2D objects are shown as a mesh

 input:  s: object or array (iData)
         option: global option for 2D and 3D plots: 
                 flat, interp, faceted (for shading)
                 transparent, light, clabel, colorbar, hide_axes
                 axis tight, axis auto, view2, view3
                 painters (bitmap drawing), zbuffer (vectorial drawing)
 output: h: graphics object handles (cell)
 ex:     mesh(iData(peaks)); mesh(iData(flow));

 Version: Nov. 26, 2018
 See also iData, iData/plot
          iData/slice, iData/contour3, iData/contourf
          iData/contour, iData/slice, iData/plot3, iData/surfl, iData/surfc

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1