Rank: 1092 based on 62 downloads (last 30 days) and 6 files submitted
photo

Francesco di Pierro

E-mail
Company/University
Center for Water Systems

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Francesco View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Feb 2005 Screenshot Decision Theory Toolbox (DTT) The DTT contains a set of functions implementing DTT algorhythms and a GUI demo. Author: Francesco di Pierro decision theory, dtt, algorithms, set, toolbox 6 0
  • 4.0
4.0 | 1 rating
20 Jun 2003 Screenshot SIGNFILE SIGNFILE helps you maintain up-to-date info related to your files or toolboxes. Author: Francesco di Pierro development environme..., signature, revision, info, maintain, utilities 5 0
17 Jun 2003 Files Under Folders (fuf) Recursively search for files through directory trees under given folders. Author: Francesco di Pierro path, directories, files, recursive, search, utilities 43 18
  • 4.4375
4.4 | 16 ratings
24 Jul 2002 Screenshot SMARTINDENT SMARTINDENT customizes the indentation of m files. Author: Francesco di Pierro development environme..., indentation indent, utilities, development, smart 3 0
02 Jul 2002 Screenshot PREPOSTGUIS A set of GUI to pre/post process time series, visualize 3D functions and much more... Author: Francesco di Pierro gui tools, example, gui, 3d visualization, interpolation, utilities 4 0
Comments and Ratings on Francesco's Files View all
Updated File Comment by Comments Rating
09 Nov 2011 Files Under Folders (fuf) Recursively search for files through directory trees under given folders. Author: Francesco di Pierro hassan, Mahmoud

excellent tool

11 Jul 2011 Files Under Folders (fuf) Recursively search for files through directory trees under given folders. Author: Francesco di Pierro Higginbottom, Daniel
27 Feb 2011 Files Under Folders (fuf) Recursively search for files through directory trees under given folders. Author: Francesco di Pierro R., T.

Excellent tool. Simple to use and very useful.

27 Oct 2010 Files Under Folders (fuf) Recursively search for files through directory trees under given folders. Author: Francesco di Pierro mathworks2011

excellent

13 Sep 2010 Files Under Folders (fuf) Recursively search for files through directory trees under given folders. Author: Francesco di Pierro Queffurust, Aurelien

fuf will fail with subfolders having several single dot operators like : 10.11.12
To reproduce:
>> mkdir DATA
>> cd DATA
>> mkdir 10.11.12
>> cd 10.11.12
>> srcFile = fullfile(matlabroot,'toolbox','matlab','demos','example.cdf');
>>copyfile(srcFile,'myfile.cdf');
>> cd ..
>> cd ..
>> fuf('C:\MATLAB\SOF\r2010b\bin\DATA',1,'detail')
will return
'C:\MATLAB\SOF\r2010b\bin\DATA\myfile.cdf'
instead of
 'C:\MATLAB\SOF\r2010b\bin\DATA\10.11.12\myfile.cdf'

To workaround this issue , you need to edit the rec subfunction .
I justa dded a if-test about isempty(wild):

    elseif not(strcmp(val(j).name,'.')) & not(strcmp(val(j).name,'..')) %if the jth object under the ith folder is a valid file name
            if strcmp(opt,'detail')
                % Aurelien modif 10-Sep-2010
                % test if wild empty
                if isempty(wild)
                    sorted_list =[sorted_list; cellstr(fullfile(pwd,val(j).name))];
                else
                    % case folder 20.07.2010
                    sorted_list =[sorted_list; cellstr(fullfile(pwd,wild,val(j).name))];
                end
            else
                sorted_list =[sorted_list; cellstr(val(j).name)];
            end
        end

Top Tags Applied by Francesco
utilities, development environment, example, gui tools, 3d visualization
Files Tagged by Francesco View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
07 Feb 2005 Screenshot Decision Theory Toolbox (DTT) The DTT contains a set of functions implementing DTT algorhythms and a GUI demo. Author: Francesco di Pierro decision theory, dtt, algorithms, set, toolbox 6 0
  • 4.0
4.0 | 1 rating
20 Jun 2003 Screenshot SIGNFILE SIGNFILE helps you maintain up-to-date info related to your files or toolboxes. Author: Francesco di Pierro development environme..., signature, revision, info, maintain, utilities 5 0
17 Jun 2003 Files Under Folders (fuf) Recursively search for files through directory trees under given folders. Author: Francesco di Pierro path, directories, files, recursive, search, utilities 43 18
  • 4.4375
4.4 | 16 ratings
24 Jul 2002 Screenshot SMARTINDENT SMARTINDENT customizes the indentation of m files. Author: Francesco di Pierro development environme..., indentation indent, utilities, development, smart 3 0
02 Jul 2002 Screenshot PREPOSTGUIS A set of GUI to pre/post process time series, visualize 3D functions and much more... Author: Francesco di Pierro gui tools, example, gui, 3d visualization, interpolation, utilities 4 0

Contact us at files@mathworks.com