goIncludeToolbox

PURPOSE ^

This scripts add full file path of toolbox into search path

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 This scripts add full file path of toolbox into search path

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % This scripts add full file path of toolbox into search path
0002 
0003 %   ---------
0004 %   Yen-Nan Lin, NTHU, 2010-2014, Matlab 2012a
0005 
0006 addpath([pwd, filesep, 'Toolbox', filesep, '2011-03-27_BCT']);
0007 addpath([pwd, filesep, 'Toolbox', filesep, 'panel_2.4']);
0008 addpath([pwd, filesep, 'Toolbox', filesep, 'ploterr']);
0009 addpath([pwd, filesep, 'Toolbox', filesep, 'breakYAxis']);
0010 addpath([pwd, filesep, 'Toolbox', filesep, 'xticklabel_rotate']);

Generated on Thu 30-Jan-2014 00:00:07 by m2html © 2005