set_path

PURPOSE ^

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 
0002 
0003 clear;clc;
0004 ruta = 'C:/Users/Juan/trabajo/matlab/rutinas/LocalRestorationToolbox';
0005 
0006 addpath(ruta);
0007 addpath([ruta '/PerceptualRestoration']);
0008 addpath([ruta '/PerceptualRestoration/funoperadores']);
0009 addpath([ruta '/PerceptualRestoration/funpercepcion']);
0010 addpath([ruta '/PerceptualRestoration/funrestauraciondf']);
0011 addpath([ruta '/PerceptualRestoration/funutilidades']);
0012 addpath([ruta '/PerceptualRestoration/imagenes']);
0013 warning('off','MATLAB:dispatcher:InexactMatch')

Generated on Fri 07-Mar-2014 13:28:33 by m2html © 2005