hmitInitialize

PURPOSE ^

Initialize the necessary paths

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 Initialize the necessary paths

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % Initialize the necessary paths
0002 addpath(genpath('distance'));
0003 addpath(genpath('evaluation'));
0004 addpath(genpath('interpolants'));
0005 addpath(genpath('inpainting'));
0006 addpath(genpath('polynomials'));
0007 addpath(genpath('rbf'));
0008 addpath(genpath('stencils'));
0009 addpath(genpath('variogram'));
0010 addpath(genpath('misc'));
0011 addpath(genpath('inpainting'));
0012 addpath(genpath('.'));
0013 addpath(genpath('3rd_party/fminsearchbnd/FMINSEARCHBND'));
0014 addpath(genpath('3rd_party/numerical-tours'));
0015 savepath;
0016 clear;

Generated on Thu 10-Dec-2020 17:34:27 by m2html © 2005