Home > Objects > @iData > caxis.m

iFit/caxis

PURPOSE ^

c = caxis(s, h) : Use the 2D/3D data as the colormap (CData property) in current object.

SYNOPSIS ^

function c = caxis(a, h)

DESCRIPTION ^

 c = caxis(s, h) : Use the 2D/3D data as the colormap (CData property) in current object.

   @iData/caxis function to use the current object as the colomap (CData).
     The iData object is automatically rescaled in order to match the current 
       surface/view axes.

 input:  s: object or array (iData)
         h: surface or figure  (handle)
 output: c: graphics object handles that have been modified (handle array)
 ex:     a=iData(peaks); plot(a); caxis(del2(a));

 Version: Aug. 22, 2017
 See also iData, iData/plot

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 22-Aug-2017 11:03:30 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1