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 slsharedisp_reset
Home > sltoolbox > utils > slsharedisp_reset.m

slsharedisp_reset

PURPOSE ^

SLSHAREDISP_RESET Resets the global display options

SYNOPSIS ^

function slsharedisp_reset()

DESCRIPTION ^

SLSHAREDISP_RESET Resets the global display options

 $ Syntax $
   - slsharedisp_reset()

 $ History $
   - Created by Dahua Lin, on Aug 29, 2006

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

SOURCE CODE ^

0001 function slsharedisp_reset()
0002 %SLSHAREDISP_RESET Resets the global display options
0003 %
0004 % $ Syntax $
0005 %   - slsharedisp_reset()
0006 %
0007 % $ History $
0008 %   - Created by Dahua Lin, on Aug 29, 2006
0009 %
0010 
0011 global GLOBAL_SHARE_DISPLAYER;
0012 global GLOBAL_SHARE_DISPLAYER_LINEBREAK;
0013 
0014 GLOBAL_SHARE_DISPLAYER = [];
0015 GLOBAL_SHARE_DISPLAYER_LINEBREAK = [];
0016

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

Contact us at files@mathworks.com