Home > freetb4matlab > general > colon.m

colon

PURPOSE ^

% Method of a class to construct a range with the @code{:} operator. For

SYNOPSIS ^

function r = colon (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{r} =} colon (@var{a}, @var{b})
% @deftypefnx {Function File} {@var{r} =} colon (@var{a}, @var{b}, @var{c})
% Method of a class to construct a range with the @code{:} operator.  For
% example.
%
% @example
% @group
% a = myclass (@dots{})
% b = myclass (@dots{})
% c = a : b
% @end group
% @end example
%
% @seealso{class, subsref, subsasgn}
% @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