Home > freetb4matlab > testfun > example.m

example

PURPOSE ^

%

SYNOPSIS ^

function [code_r, idx_r] = example (name, n)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} example ('@var{name}',@var{n})
% @deftypefnx {Function File} {[@var{x}, @var{idx}] =} example ('@var{name}',@var{n})
%
%  Display the code for example @var{n} associated with the function 
% '@var{name}', but do not run it.  If @var{n} is not given, all examples 
% are displayed.
%
% Called with output arguments, the examples are returned in the form of
% a string @var{x}, with @var{idx} indicating the ending position of the 
% various examples.
%
% See @code{demo} for a complete explanation.
% @seealso{demo, test}
% @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