main folder subfolder1 subfolder1.1 subfolder1.1.1 subfolder1.1.2 subfolder1.1.3 File.sldd subfolder1.1.4 ... subfolder1.2 ... subfolder2 ...
function filefolder = findfile(root, filename) dircontent = dir(fullfile(root, '*')); if any(strcmpi({dircontent(~[dircontent.isdir]).name}, filename)) %case insensitive comparison. Works for Windows only. %file is found in directory filefolder = root; else %look in subdirectories for subdir = dircontent([dircontent.isdir] & ~ismember({dircontent.name}, {'.', '..'}))' filefolder = findfile(fullfile(root, subdir.name), filename); if ~isempty(filefolder) %found in a directory, all done return; end end %looked in all subdirectories and not found filefolder = ''; %return empty end end
You can then do:
folder = findfile(mainfolder, 'File.sldd'); fid = fopen(fullfile(folder, 'File.sldd'));
Matlabsolutions.com provides guaranteed satisfaction with a
commitment to complete the work within time. Combined with our meticulous work ethics and extensive domain
experience, We are the ideal partner for all your homework/assignment needs. We pledge to provide 24*7 support
to dissolve all your academic doubts. We are composed of 300+ esteemed Matlab and other experts who have been
empanelled after extensive research and quality check.
Matlabsolutions.com provides undivided attention to each Matlab
assignment order with a methodical approach to solution. Our network span is not restricted to US, UK and Australia rather extends to countries like Singapore, Canada and UAE. Our Matlab assignment help services
include Image Processing Assignments, Electrical Engineering Assignments, Matlab homework help, Matlab Research Paper help, Matlab Simulink help. Get your work
done at the best price in industry.