1,102 results

Performs a recursive file search using same input and output format as dir function

This function performs a recursive file search. Its advantage over other FEX programs offering the same thing is that it uses the same input and output format as Matlab's dir function, and can

Recursive DIR

Version 1.1.0.0

by Luc Masset

DIRREC finds files recursively in a given folder

Find files recursively in a given folder. C=dirrec('c:\windows') returns a cell C with the full pathname of all files in the c:\windows folder and all its sub-folders

searches files in a given folder with several criteria

DIR2 searches recursively in a given folder and all its sub-folders for files matching various criteria (extension, date, size etc).It was useful for my own apps development for managing several file

RECDIR

Version 1.1.0.0

by Eric Ogier

Recursive "DIR" function

"RECDIR" is a function dedicated to the recursive exploration of a target directory and the listing of the files found in its folder and subfolders The extensions of the files to list can be

Searches a directory for multiple file specs with optional recursivity

recursive flag and the filters may be in any order. D = DIR2('directory_name') output the results in an M-by-1 structure with the fields: name -- Filename date -- Modification

WITio

Version 2.0.1

by J. T. Holmi

A MATLAB data evaluation toolbox to script broader insights into big data from WITec microscopes

backup

Version 1.0.0.0

by Matt Becker

Recursively copies files from specified source dirs to dest dir.

This function will recursively copy all the files listed in the source directory to the destination directory. Before copying, this function looks at the modification dates of files that are named

dirPlus

Version 2.0.0.0

by Kenneth Eaton

dirPlus will recursively collect a list of files/folders from a folder tree.

?" Although written in MATLAB version R2016b, I believe this should work for older versions as well (full testing still required).dirPlus will recursively collect files/subdirectories within a folder that match

DEPLOYPCODE recursively searches a directory for .m files, creating encrypted .p files with .m help

This entry is ideal for those who have a project they need to deploy to P-files, but they want to retain HELP contents for all of their deployed files.--DEPLOYPCODE recursively creates p-code

recursiveDir(path)

Version 1.1.0.0

by Greg Holst

List all files in a directory recursively

This will list all of the files in a directory recursively. It is a simple, self-referencing function.

Recursively lists files and folders under the specified root path using options to filter results

the current directory combinedListing = recursiveDir(pwd());2) List all MATLAB (.m) files under the current directorycombinedListing = recursiveDir(pwd(), "FileType", ".m");3) List all folders under the

rdir_dos

Version 1.0.0.0

by Jaroslaw Tuszynski

Recursive directory listing using DOS DIR command

Recursive directory listing of ROOT directory using DOS "DIR /S" command. In most cases this function is not as nice and useful as regular RDIR functions, however in my experience RDIR breaks down

Change directory by using a keyword (search folders matching the keyword)

Files and directories listing, including recursive and other special features

Enhanced version of RDIR function, fixing some bugs and adding some features.- Basic use is similar to Matlab "dir" function, which allow you to list files and directories in a given path :

A recursive search to find files that match the search expression

A recursive search to find files that match the search expression (regular expression). It will walk a directory tree to find files and output them with full path name as a cell.

Directory listing with a difference, supports directory wildcards.

Generate the file names and dir names in a directory tree by walking the tree.

call "Visitor Function" for files processing.Using: [pathNames, dirNames, fileNames] = dirwalk(topPath) dirwalk(topPath, visitor) [visitorOutput1, visitorOutput2, ..., visitorOutputN] =

Lists files recursively filtering name date and/or size. Output can be set as name date and/or size.

DIRRLists all files in the current directory and sub directories recursively.[LIST] = DIRR(PATH)Returns a structure LIST with the same fieldnames as returned by LIST = DIR(PATH)PATH can contain

Renaming and renumbering for series of files ; generalize the use of wildcards (*) for CD, LS ...

This directory contains a set of functions for recursive operations on files and folders (wildcards on subdirectories allowed), including automatic renaming and renumbering of series of files and

LS2 searches directories and shows directory listings recursively.

show last modified date/time [default: off] -o ORDER, --order=ORDER - order search by name, n, modified, m, size, s [default: name] -r, --recursive - recurse into subdirectories

Oustaloup-Recursive-Approximation for fractional order differentiator.

% Filename: ora_foc.m% Oustaloup-Recursive-Approximation for fractional order differentiator% Input variables:% r: the fractional order as in s^r, r is a real number% N: order of the

Easily extract crash logs generated by MATLAB

Produce permutations of the integers from 1 to n recursively one at a time.

. If RECPERMS(n,p) is called n!-1 times recursively (i.e feeding the output vector into the function for the next step) starting with p = 1:n, then the successive outputs span the same output from

Recursively finds all instances of files and folders with a naming pattern

folderSizeTree

Version 1.0.0.0

by Yanai

Calculate total size of sub-folders recursively

Returns the field names of a structure, include the field names of any "sub-structures".

Recursive Least Square with Exponential Forgetting

Recursive Least Square with Exponential Forgetting is a one of parameter estimation methods which used to estimate the parameter of the transfer function if the system parameter is changing with

SUBDIR *new*

Version 1.0.0.0

by Elmar Tarajan

Recursively search for files and/or directorys under given folder without using of global variables.

Inverse dynamics with recursive Newton-Euler of an open kinematic chain and standard DH-parameters

Inverse dynamics with recursive Newton-Euler of an open kinematic chain described with standard DH-parametersOptional:Robot toolbox is used for comparison: http://www.petercorke.com/RTB/Download and

getfilenames.m

Version 1.4.0.0

by Joseph Burgel

Do a recursive search for files.

A recursive search for files with path name matching a wildcard or regular expression pattern.

Function searches a path recursively for file names matching either a wildcard expression (for example 'images*.*') or a regular expression (for example 'images[0-9].*\.*'). The function returns a

recurse(tree) helps to uncover the call structure of a recursive function call.

The recursive function to examine shall be y = f(x) , then the first call of f must be modified to: [y,tree] = f( x , recurse() ). When f recursively calls itself use: y = f( x, recurse(tree) )The

Check fields of a structure exist at any depth. Can also check multiple field branches at any depth.

A.b.c = 2; to be checked as:isfieldRecursive(A,'b','c')ans = 1Which would return false if either b is not a field of A or c is not a field of a.bThe other functionality of this function is that the

Recursively adds directories to MATLAB path, optionally ignores some

', recursively removing directories from the path. This capability can be very useful when working with multiple copies of a code repository, for instance. Also, I fixed a bug as mentioned by a reviewer that

This Matlab code finds the sum of the digits of a number recursively without using any inbuilt functions.

This Matlab code finds the sum of the digits of a number recursively without using any inbuilt functions.

dir2spsh

Version 1.0.0.0

by Eric LePage

Output filenames to a spreadsheet.

file which can be picked up by an editor or spreadsheet, for a more efficient method of keeping track of files versions, date generated, for file/project management. This recursive function allows

This program recognizes the Hand Gestures of American Sign Language. Previously, it was vastly used for Hand Gesture Recognition projects.

This dynamic recursive algorithm is designed for Content Based Image Retrieval and Generic Object Recognition systems.MK-RoD stands for Matched Keypoints' Ratio of Distances and it is a recursive and

An algorithm for estimating the entropy of a continuous random variable. Uses recursive splitting of the copula.

, is estimated recursively by splitting the data along statistically dependent dimensions.The method can be applied both for distributions with compact and non-compact support. See Ariel and Louzoun

backup

Version 1.0.0.0

by Ikaro Silva

Simple wrapper to XCOPY function for backing up folders. Changes the file archive attributes and ca

This is a wrapper to the XCOPY commnand, with the four different modes:prune -updates backup dir and delete files on the back up dir that do not exist on the original dir.find -find unique files in

These codes present a recursive approximate solution based on Taylor series expansion to time-varying matrix differential Riccati equation.

examples were solved in the following paper with details and explanations:S. R. Nekoo and M. Irani Rahaghi, "Recursive approximate solution to time-varying matrix differential Riccati equation: Linear and

mlintall launches the M-Lint Code Checker on a directory and its sub directories.

Recursively print/display hierarchical outline of structure contents

Recursively print hierarchical outline of structure contents. This is a minor adaptation of the File Exchange contribution "Structure outline" written by B. Roossien. Changes include:- automatic

This function searches recursively for all files dependent to a given function (excluding matlabroo

getFileDependencies('funcName') recursively calls the MATLAB-function 'depfun' to find the files dependent to the given function. It filters out all dependendies on files from matlabroot. The

Produces a 2-D array by means of rec. tesselation.

Alphanumeric sort of filenames or filepaths, with customizable number format.

filepaths are split at each file-separator character, and each level of the file hierarchy is sorted separately.Example with DIR()P = 'C:\SomeDir\SubDir';S = dir(fullfile(P,'*.txt'));S = natsortfiles(S);for k

Implementation of RLS filter for noise reduction.

Spectromicroscopic analysis of atmospheric nanoparticles (aerosols)

Hirarchical fuzzy identification using gradient descen and recursive least square method

This is the source code for my paper:Fallah, Zeinab, Mojtaba Ahmadieh Khanesar, and Mohammad Teshnehlab. "Hierarchical Fuzzy identification using gradient descent and recursive least square method

GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB

Landing gear model, including main and lock hydraulic actuators, and multibody dynamics

Multinomial Expansion

Version 1.0.0.0

by Isaac

Evaluate multinomial expansion and coefficients

repmat(x,size(Nmatrix,1),1).^Nmatrix)Ex. Compute all multiindices of length 6 and order 4:-> Nmatrix = multinomial_expand(4,6); The method is recursive, so it can be a bit slow for smaller problems, butit can work with relatively large

A set of tools for working with light field (aka plenoptic) imagery in Matlab

DEPFUN_TO_DIR creates a directory with all your project files including .fig, .mat, .txt and .xls.

directory that contains all these project files for compilation, backup or sending to someone.DEPFUN_TO_DIR will make it easy.Just give this function the main m file and it will do the rest, and even create a

Store any matlab objects to disk or keep them in memory, indexed by arbirary objects.

slocDir

Version 1.1.0.0

by David Roberts

Counts number source lines of code in a directory tree. (Requires sloc, FIle Exchange ID 3900)

Ogive optimization toolbox for deriving surface fluxes in challenging environments

stringdir

Version 1.0

by FannoFlow

The stringified version of dir

returns string outputs of dir()

A set of tools for working with light field (aka plenoptic) imagery in Matlab

A tool for creating tabular expressions in Matlab/Simulink integrating checking with PVS and CVC3.

Adds the containing folder of the function and all subfolders to the path

Load more