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: Nov. 26, 2018
 See also iData, iData/plot

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