]> Creatis software - CreaPhase.git/blob - octave_packages/secs1d-0.0.8/PKG_ADD
change the path of the images contained in "images" directory (attenuation and phase...
[CreaPhase.git] / octave_packages / secs1d-0.0.8 / PKG_ADD
1
2 if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir"))
3 dirlist= {"Utilities","DDG","DDN"};
4 for ii=1:length(dirlist)
5 addpath ( [ fileparts( mfilename("fullpath")) "/" dirlist{ii}])
6 end
7 end