Home > Applications > linecut.m

iFit/linecut

PURPOSE ^

LINECUT View linecuts along the X and Y dimension of a 3D plot

SYNOPSIS ^

function [cuthandles] = linecut(plothandle)

DESCRIPTION ^

LINECUT View linecuts along the X and Y dimension of a 3D plot
   LINECUT(H) places a crosshair on the 3D plot with handle H. H can be a
   handle to a pcolor, surf, etc. plot or a non-RGB image. The crosshair
   can be moved with either the mouse or the arrow keys. Pressing enter
   removes the crosshair and stops linecut.
   
   CH = LINECUT(H) returns a two element vector of handles to the X and Y
   linecut objects respectively

   Note that surface plots must have X and Y data that are either vectors
   or meshgrid formatted matrices.

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