Home > WaveComBox > AddWavecomDirectories.m

AddWavecomDirectories

PURPOSE ^

Recursively add directories to the Matlab path.

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Recursively add directories to the Matlab path.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Recursively add directories to the Matlab path.
0002 
0003 % This file is part of WaveComBox: www.wavecombox.com and is distributed under
0004 % the terms of the MIT license. See accompanying LICENSE file.
0005 % Original author: François Rottenberg, May 17, 2018.
0006 % Contributors:
0007 % Change log:
0008 
0009 path(pathdef);
0010 
0011 addpath(pwd);
0012 
0013 cd Toolbox;
0014 addpath(genpath(pwd));
0015 cd ..;

Generated on Mon 14-Oct-2019 13:48:34 by m2html © 2005