Home > freetb4matlab > general > display.m

display

PURPOSE ^

% Display the contents of an object. If @var{a} is an object of the

SYNOPSIS ^

function idx = display (a)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} display (@var{a})
% Display the contents of an object.  If @var{a} is an object of the
% class 'myclass', then @code{display} is called in a case like
%
% @example
% myclass (@dots{})
% @end example
%
% @noindent
% where Octave is required to display the contents of a variable of the
% type 'myclass'.
%
% @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