Home > freetb4matlab > image > rgbplot.m

rgbplot

PURPOSE ^

% Plot a given color map.

SYNOPSIS ^

function h_out = rgbplot(map)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} rgbplot (@var{map})
% @deftypefnx{Function File} @var{h} = rgbplot (@var{map})
% Plot a given color map.
% The matrix @var{map} must be a @math{M} by 3 matrix. The three columns of the
% colormap matrix are plotted in red, green, and blue lines.
%
% If an output is requested, a graphics handle to the plot is returned.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003