Code covered by the BSD License  

Highlights from
Statistical Learning Toolbox

from Statistical Learning Toolbox by Dahua Lin
Functions for statistical learning, pattern recognition and computer vision, covering many topics.

Description of disp
Home > sltoolbox > ExpDL > @dataset > disp.m

disp

PURPOSE ^

DISP displays the dataset fields

SYNOPSIS ^

function disp(DS)

DESCRIPTION ^

DISP displays the dataset fields

CROSS-REFERENCE INFORMATION ^

This function calls:
  • disp DISP displays the dataset fields
This function is called by:
  • disp DISP displays the dataset fields
  • display DISPLAY displays the dataset fields.
  • write WRITE Writes message to a logger
  • writeblank WRITEBLANK Writes a blank line to log
  • slbenchmark_batchfilter SLBENCHMARK_BATCHFILTER Compares the efficiency of batch filter
  • install_paths THE SCRIPT to install the sltoolbox paths to matlab system
  • sl2dpcaex SL2DPCAEX Learns Extended 2D PCA on a set of matrix samples
  • slpartitionpca SLPARTITIONPCA Performs Partition-based PCA and saves the models
  • slshowtext SLSHOWTEXT Displays the text
  • slsharedisp SLSHAREDISP Displays message using a shared configuration

SOURCE CODE ^

0001 function disp(DS)
0002 %DISP displays the dataset fields
0003 
0004 disp(' [dataset object]');
0005 disp(struct(DS))
0006

Generated on Wed 20-Sep-2006 12:43:11 by m2html © 2003

Contact us at files@mathworks.com