Main Content

1,163 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

CONN

Version 24.07.29

by Alfonso Nieto-Castanon

functional connectivity analyses of resting-state or task-based neuroimaging data; CONN toolbox, development version

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

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

WITio

Version 2.1.1

by J. T. Holmi

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

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

UMLgui

Version 1.2.0.0

by Ben Goddard

Allows automatic generation of UML class diagram

(recursive) subdirectories, as well as deleting selected directories, or clearing the whole list.Various view options are available, the most significant being the Tree Layout, which is either `Aesthetic

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

Co-simulation of EnergyPlus models in Matlab/Simulink.

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

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

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

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.

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

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 :

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

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

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

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

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

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

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

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".

PRIMA is a package for solving general nonlinear optimization problems without using derivatives.

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

Brainstorm

Version 3.4.0.0

by Martin Cousineau

Brainstorm: Open source application for MEG/EEG data analysis

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

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.

Creating a Class I geodesic icosahedron of unit radius through frequency or recursive subdivision.

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

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.

Implementation of RLS filter for noise reduction.

Companion material for the book "Introduction to Audio Analysis, A MATLAB approach"

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

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

DirSize

Version 1.1.0.0

by Richard Moore

Determine the size of a folder/directory in bytes, including all subdirectories.

bytes = DirSize('pathOfInterest');Sometimes I write a script that needs to know how large directories are. I couldn't find a function to already do this, so took a stab at it.

Ogive optimization toolbox for deriving surface fluxes in challenging environments

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

IDE for Control Design and System Simulation

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

stringdir

Version 1.0

by FannoFlow

The stringified version of dir

returns string outputs of dir()

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

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

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

Load more