Home > freetb4matlab > help > type.m

type

PURPOSE ^

% Display the definition of each @var{name} that refers to a function.

SYNOPSIS ^

function retval = type (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Command} type options name @dots{}
% Display the definition of each @var{name} that refers to a function.
% 
% Normally also displays whether each @var{name} is user-defined or built-in;
% the @code{-q} option suppresses this behavior.
%
% If an output argument is requested nothing is displayed.  Instead, a cell 
% array of strings is returned, where each element corresponds to the 
% definition of each requested function.
% @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