view SMALLboxInit.m @ 203:f3b6ddd2f04f luisf_dev

checks if the variable SMALL_path exists, and exits otherwise.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 15:52:22 +0000
parents 83af80baf959
children 2882992f9e6e
line wrap: on
line source
global SMALL_path;
SMALL_path = fileparts(mfilename('fullpath'));

addpath(genpath(SMALL_path));